6 ms·
MobX is a nice alternative paradigm to Redux that is gaining traction in the React community. It allows you to declare your data as observable, so that componen
by alias240 11y ago
MobX is a nice alternative paradigm to Redux that is gaining traction in the React community. It allows you to declare your data as observable, so that components can update automatically to changes.
https://github.com/mobxjs/mobx https://github.com/mobxjs/mobx
- JamesLefrere 11y agoThanks so much for sharing this, it's exactly what I've been looking for, coming from working with Meteor for a while.
- kevando 11y agothis is looks really sweet. Is there a list anywhere of what type of app makes sense with mobX vs redux?