Hacker News new | ask | show | jobs
by jpkeisala 2945 days ago
First time I read someone moving from Vue to React. I thought trend was only from React/Angular to Vue?
1 comments

Vue works better for small apps, or progressive enhancement (similar to jQuery)

React works better for teams working on applications that need build tooling and dependency management anyway.

Angular, frankly I don't see why anyone would pick it over the other two. Yeah, it's got more in the box, but that bigger box takes 4x as much effort to lift off the ground.