Hacker News new | past | comments | ask | show | jobs | submit login

> 6.) Computed values on mobx-state-tree are baked in without the need for something like reselect

MobX observables+computeds are such a useful and powerful tool, I'd struggle to create non-trivial UIs without them.




Vue comes with computed property out of the box. That is something I miss in react where I have to write small helper functions to compute stuffs from the state.


A computed property is a function... It's the same thing. Especially when combined with reselect.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: