3 Comments
Feb 11, 2021Liked by Ahmed Bouchefra

I loved your article and I agree with you completely on every point

Expand full comment
Feb 11, 2021Liked by Ahmed Bouchefra

Angular is further away from the DOM than React - because it puts Directives inside its Templates and so has to compile these Directives to Javascript.

It is harder to get at DOM Elements with Angular. Many Web Tools (Figma, Xstate...) are easier to integrate into React than into Angular.

A web platform programmer should start with Javascript, learn Typescript, learn Functional Programming with Javascript and then dig into React.

After having become a more experienced Javascript, Typescript Programmer and willing to learn an Enterprise Level Framework go into Angular (make your self familiar with Dependency Injection and a Testing Framework)

Expand full comment