Zustand React State Management Course (Simple Redux Alternative)

Learn Zustand in this full course for beginners. Zustand is a minimalistic state management library for React, offering a simpler API compared to Redux. It aims to provide ease-of-use without sacrificing flexibility and performance in modern web applications. It provides a simple and intuitive API for managing and updating application state without the need for boilerplate code or complex patterns. ✏️ This course was created by @NiklasZiermann 💻 Video code: 🔗 Zustand GitHub repo: ⭐️ Contents ⭐️ 0:00:00 Why Zustand? 0:07:28 Setting Up Our Project 0:09:45 Creating The Basic Components 0:17:48 Storing Tasks 0:19:50 Disclaimer About Object State 0:23:39 Displaying Tasks 0:25:48 Adding Tasks 0:34:55 Deleting Tasks 0:37:57 Moving Tasks 0:45:34 Using Zustand Middleware 0:52:08 Unit Testing Zustand Stores 1:
Back to Top