Do, or do not. There is no ‘try’.
—Yoda
After a deep dive into the first reactive framework, we can continue our journey discovering others’ reactive architectures, reviewing a flexible and easy-to-use state management system like MobX .
MobX is simple but very effective state management system that we can integrate in many projects independently from the stack we are using.
Obviously being simple doesn’t mean incomplete; we can really structure complex applications with the help of MobX state tree: an opinionated, transactional and MobX powered state container heavily ...