DEV Community

[Comment from a deleted post]
Collapse
 
buphmin profile image
buphmin

I would also recommend Vue due to it's simplicity and excellent docs. I have used angular 1, aurelia and vue and vue is by far the best.

For pros

  • Maintainability
  • Ease of implementing complex features
  • Easy to use
  • Great docs

For Cons

  • Its a framework so performance is slow relative to vanilla
  • Typescript integration could be better (I still almost exclusively use ts with vue)
  • a few gotchas that can throw you for a loop

If extreme performance isn't a concern then vue is a great choice.