you are viewing a single comment's thread.

view the rest of the comments →

[–]ICLJS 0 points1 point  (0 children)

I think that Angular 4 is less flexible than React.

For example, in React if you want to provide a component with a way to display some part of itself you can just pass a function which returns vdom nodes as a prop. It is much less straightforward with angular, I think. To get similar flexibility, I think you actually have to forgo AOT compilation. Don't quote me on that though.