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

Thanks for the pointer, although that's not what I'm looking for.

The fundamental difference between reactive state management (Mobx) and the Redux approach is that Mobx has some automatisms that are vital to what I'm looking for:

- automatic recognition of actual value dependencies (i.e. minimal update chains)

- automatic determination of the order of updates (so you don't have to think about and design your reducers along their dependencies ... because this is an annoying task which can and hence should be automated ... it is prone to inefficiencies, and sometimes errors, when done by hand.)




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

Search: