Hacker News new | ask | show | jobs
by ben_jones 3156 days ago
I love Vue. I prefer it to React and Angular. But once you get to customizing your use-case (like adding Typescript, State management, or Design frameworks) you start relying on increasingly smaller projects with less and less "maturity". For example I make heavy use of the vue-typed library[1] but it has 47 stars and two contributors.

[1]:https://github.com/vue-typed/vue-typed

2 comments

That's true, but I dislike "essential" third-party projects anyway. Part of the reason I like Vue so much is because of the "official" Vue + vuex + vue-router combo (for React you have to use third-party libraries for state management and routing).
Typescript support is supposed to be greatly improved in Vue 2.5 and is a continuing priority afaik.