Overview

Get introduced to untangling complex flows in React Native applications with XState.

We'll cover the following

MobX is the second most popular state management library in the React ecosystem. MobX introduced some new concepts, such as:

  • Using state values derived by the state manager.

  • Other high-level concepts similar to Redux, such as presenting state as plain JavaScript objects.

We will now look at the first outlier on the React state management horizon: XState. XState treats the state not as an object but as a finite machine.

Get hands-on with 1200+ tech skills courses.