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