Summary: State Management

Here's a quick summary of what we learned in this chapter.

We'll cover the following

What have we learned?

This chapter started with a brief introduction to state management in React Native. We learned about the importance of state management. We also learned about local and global state management. We then moved on to discuss state management using Hooks and state management libraries. We briefly discussed how to manage states using these Hooks and libraries:

  • useState

  • useContext

  • useReducer

  • Redux

  • MobX

  • Recoil

Finally, we tested our concepts by practically applying them inside coding playgrounds.

Get hands-on with 1200+ tech skills courses.