React Zustand Tutorial - 5 using the redux devtools middleware (typescript)

Опубликовано: 06 Февраль 2026
на канале: Conny Gu
8,439
164

A deep dive tutorial series on Zustand - a React State Management Library.

This video is about how to debug the states in react zustand with the Redux devtools.

Github code for this tutorial:
https://github.com/niftybytes4u/react...
(Please follow the commit history, each video is a commit. )

React Zustand github: https://github.com/pmndrs/zustand
React Zustand documentation: https://docs.pmnd.rs/zustand/getting-...
React Zustand devtools: https://github.com/pmndrs/zustand#red...

00:00: Intro
00:14 install the redux devtools chrome extension
00:47 use devtools for single store
03:53 devtools for multiple stores and the middleware order