DEV Community

Discussion on: Angular vs vuejs vs react vs ...

Collapse
 
hacknaked profile image
hacknaked • Edited
  • Angular:

It's a monolitic over-engineered monster. Relatively easy to start a new project (if you follow the Angular way!) but really hard to leave or replace libraries/components. You'll be married to Angular (and the Angular Team) forever, and you'll suffer.

  • React:

Not very easy to start a project if you don't have experience with JS tools, but simpler than Angular. That's the main reason React is more popular and killing Angular.

  • Vue:

Simpler than React (and avoids the ugliness of JSX), more flexible, clear and performant. Superb documentation and tools. Start new projects is trivial. Some people think that React is the most popular framework, but VueJS is used and supported by most of Asia StartUps and web communities. In my opinion, Vue is the framework with more potential and the best option here.