|
|
|
|
|
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 |
|