DEV Community

0 seconds of 10 minutes, 20 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
10:20
 
Fabio Biondi
Fabio Biondi

Posted on

3 1

React: Zustand, Valtio and Jotai/Recoil - State Management Strategies in React - Pt #2

In the previous video we have analyzed a lot of functionalities provided by the React library.
And as we have seen, they are often useful for managing the local state of a component and its direct children.

In this video we’ll see some of the most famous state managers (Zustand, Valtio, Jotai / Recoil) for the global state management, useful for example to share the state across components on different branches of the application or when we use a router and we need to share something between several pages.

TOPICS:

00:00 Introduction
01:24 Zustand
03:25 Valtio
04:42 Jotai / Recoil


🔗 Follow me on:

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay