Hacker News new | ask | show | jobs
by danielrhodes 2945 days ago
Moved from Vue to React. A couple things drove this: Typescript support for Vue was kind of weak, and the interception of events and reactive elements ended up creating more bugs. I do love how Vue is easy to get up and going fast, but React seems more compatible with a growing team where you want stronger guarantees.
2 comments

First time I read someone moving from Vue to React. I thought trend was only from React/Angular to Vue?
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.

i hope their switch to managing reactivity via Proxy solves stuff like this.