The home for developers
Track your course progress, manage projects, and find your dream job - all in one place.
Start Your Free Trial7 Day Free Trial. Cancel Anytime.
SitePoint Premium
State management is a hard problem in software development. React’s setState
, useState
and Context API
can only take you so far with solving state management problems, but you’ll need a state management library when your application starts getting complex.
Popular state management solutions like Redux store state in a single global object, but they come with a lot of additional boilerplate. MobX, in contrast, is a relatively simple state management solution. In this tutorial, we’ll learn what MobX is, how it works, and how to start using it in combination with a React Native application.
Akshay Kadam
5 total