Hacker News new | ask | show | jobs
by octaveguin 3219 days ago
I've been using Vue for about a year now. It's been my lib of choice for rapid front end development. Quasar Framework with it is especially a productive combination.

In comparison to react, it's always been more intuitive.

That said, I recently started working with a developer new to vue coming from react. Explaining how nested data updates doesn't really work made me realize how janky it is.

I hope there's some kind of solution. Especially when you start using vuex, the data update inconsistency becomes a major issue.

1 comments

Nested updates are always a problem, not just with Vue. Just avoid messing with attributes below the first level of nesting.