Zustand React State Management Course (Simple Redux Alternative)

Zustand React State Management Course (Simple Redux Alternative)01:15:24

Informations de téléchargement et détails de la vidéo Zustand React State Management Course (Simple Redux Alternative)

Auteur :

freeCodeCamp.org

Publié le :

25/04/2023

Vues :

152.4K

Description :

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. 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:08:27 Advanced Zustand Features 1:14:17 Outro