DEV Community

Discussion on: Angular is almost always better than React

Collapse
 
seanblonien profile image
Sean Blonien

Artificial inclusion of state management

Angular has state managemnet too. What are you saying here?

reducers

Optional feature. I've built production grade eCommerce complicated apps that never once touched a reducer and it scaled very well.

Add to the recent rewrite in React Hooks which forces you to throw away entire code base

Hmm, sounds just like AngularJS. I agree it's bad, and yet it's a problem all of web technology experiences, most importantly Angular itself.