Summary: Using MobX as a State Manager in a React Native App
Review what we have learned about using MobX as a state manager in a React Native app.
We'll cover the following
What have we learned?
We have just gone over the main ideas and the implementation of MobX and MobX-State-Tree in the Funbook app. MobX might not be as popular as Redux in the React ecosystem, but it does hold a very important place, nonetheless. MobX presents a different way of looking at the state than Redux does and a very different way of managing it. We created data models and attached actions to them.
Get hands-on with 1400+ tech skills courses.