|
|
|
|
|
by easong
3544 days ago
|
|
I love mobx (definitely not one of the 58), but I would use redux on large apps (maybe, more than 15 pages?), especially if you don't care too much about performance. Redux has better debugging, forces more structure to the code, has a immutable data story, and there are more resources on the net if you need to bring developers up to speed. There are some configuration options for MobX that force the user to be more organized, but redux still feels more structured. That being said, MobX is absolutely my go-to state management library now - it's probably the easiest free FPS you'll find anywhere, it's ridiculously easy to write, and it results in fewer LOC. |
|
Any specific issues with Redux performance that you've noticed?
[0]: https://github.com/markerikson/react-redux-links
[1]: https://github.com/markerikson/react-redux-links/blob/master...
[2]: https://github.com/mweststrate/redux-todomvc/pull/1
[3]: http://somebody32.github.io/high-performance-redux/
[4]: https://github.com/reactjs/react-redux/pull/416