Summary: Managing Local and Global States in Next.js

Review what we've learned about managing local and global states in Next.js.

We'll cover the following

Recap

In this chapter, we focused on state management using both React built-in APIs (the Context APIs and hooks) and external libraries (Redux). There are many other tools and libraries for managing an application’s global state (MobX, Recoil, XState, Unistore, to name just a few). We can use all of them inside our Next.js application by initializing them for both client-side and server-side usage, just like we did with Redux.

Get hands-on with 1200+ tech skills courses.