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.
We’ve had a steep hill to climb so far. We talked about ReactJS, React Native, and managing state without additional libraries, and finally, we looked at Redux.
Goal of this section
We can assure you that if you are able to internalize the first five sections of this course, the rest will be a breeze! All we will do now is the same exercise: replacing ReactJS context for FavoritedImages
with a state management library. In this section, we will talk about MobX.
Get hands-on with 1400+ tech skills courses.