Search⌘ K

Overview

Explore how to implement MobX as a state manager in a React Native app. Understand core MobX concepts and configure the library in your project. By the end, you will confidently replace React context with MobX state, models, and actions, helping you decide if MobX suits your future projects better than Redux.

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 ...