Hacker News new | ask | show | jobs
by mmargerum 2972 days ago
Vue feels much more like the natural successor to angular 1 than angular 6 or react are. The least ceremony to getting sh## done framework. React is just a view layer. You are going to have to pull in libraries for routing and state management (at least)

I spent 3 months evaluating all 3 with a poc app and vue was the clear winner for me

1 comments

> You are going to have to pull in libraries for ... state management

There is nothing wrong with using setState()... You don't have to pull in Redux, which itself is like 100 LOC minus the sanity checks & comments.