DEV Community

Discussion on: Angular Is Crappy

Collapse
 
vonheikemen profile image
Heiker

Angular is a "batteries included" kind of framework. Its the whole kitchen sink.

I believe Angular's "thing" is complex Single Page Applications. It gives rules, structure and tools that (I think) are meant for teams. If used correctly you can have a consistent code base that looks like it was made by one developer.

Vue and React for example, are libraries. They give you freedom, but you know, you're basically on your own. You have to setup your own rules and structure (and hope everyone on your team follows).