From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Introduction and recap: Local state and global state

Introduction and recap: Local state and global state

Hello and welcome back. Welcome to module number 7. In this module, we are going to learn about advanced state management and we are going to take a look at different libraries along the way. To start off this module, in the lesson number 1, we are going to learn about why we should use the global state management libraries and when is the actual place where we should be those libraries. We'll have the following learning objectives while dealing or learning about these libraries. We need to understand the limits of using useState and useContext hooks. So far, we have used these hooks for state management and we are going to see the limitations of this. address the challenges we face while building larger applications and why there is a need to have the global state management libraries. And lastly, we are going to take the problem examples and we are going to try and solve this via state management libraries theoretically. And as we proceed, we are going to move to more practical…

Contents