Hacker News new | ask | show | jobs
by slopinthebag 101 days ago
I agree with all of that. With reactive systems I prefer just making objects deeply reactive and using them as view models, while limiting the amount of derived / computed values. Both Vue and Mobx work well for this.