Managing States Using State Management Libraries

Learn how to manage states in React Native using state management libraries.

We'll cover the following

In complex applications, the components have an internal state, which often needs to be shared across multiple other components. Moreover, the internal state might also need to be altered or updated while being shared with other components. Hence, it becomes challenging to manage and track the state. The complexity of managing the state grows exponentially as more and more features are added. To address this issue, React Native provides us with various state management libraries. In this lesson, we will briefly go through these state management libraries:

  • Redux

  • MobX

  • Recoil

Get hands-on with 1200+ tech skills courses.