Hacker News new | ask | show | jobs
by alias240 3757 days 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

2 comments

Thanks so much for sharing this, it's exactly what I've been looking for, coming from working with Meteor for a while.
this is looks really sweet. Is there a list anywhere of what type of app makes sense with mobX vs redux?