DEV Community

Discussion on: Angular is almost always better than React

Collapse
 
polterguy profile image
Thomas Hansen

Thank you for proving my point ;)

Collapse
 
elsyng profile image
Ellis • Edited

I don't need to install dozens of components, because:

  1. Most stuff I can already do very simply, easily, optimally with html, css, js and React. It can be customised and will use less resources as such.
  2. Our projects usually require, or benefit from, custom UI and behaviour. In that way we have more control over how they look and behave, and we can do that with minimal resources.

If the project is happy to be built like a lego, then Angular might be a better fit :)

As someone else wrote here, the use case for Angular and React might not be exactly the same.