What is MobX?
MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). React and MobX together are a powerful combination. React renders the application state by providing mechanisms to translate it into a tree of renderable components. MobX provides the mechanism to store and update the application state that React then uses.
MobX is a tool in the State Management Library category of a tech stack.
Why developers like MobX
It's just stupidly simple, yet so magical
Easier and cleaner than Redux
Fast
Automagic updates
React integration
Computed properties
ES6 observers and obversables
Global stores
Flexible architecture the requeriment