Overview
Get introduced to using MobX as a state manager in React Native applications.
We'll cover the following...
In the previous section, we had a chance to try the most popular state management solution in the React ecosystem—Redux. We looked in detail at replacing the FavoritedImages
context with Redux. ...