Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
MobX is a state management library that can be used with React in place of Redux. MobX is open-source and aims to make state management simple and scalable. In this MobX Tutorial, we explain the benefits of an object-oriented approach to state-management and being able to mutate the state directly instead of through asynchronous actions, and show an example that helps illustrate MobX's functionality.
Watch this video to learn:
What is MobX
Why use MobX instead of Redux
The building blocks of MobX and how it can be used with React