React State and Lifecycle
Lectures 52 • 40 slides
Narration
Lecture 52 Slide 1: State Management Libraries (Redux Toolkit/Zustand)
Course Overview
flowchart TD
A[State Management Library] --> B[Redux Toolkit]
A --> C[Zustand]
B --> D[For Large-Scale Apps]
C --> E[Lightweight and Simple]
- Lecture 52: Basics and Practice of State Management Libraries
- Necessity and solutions for global state management
What you will learn this time
- Necessity of global state management
- Basics of Redux Toolkit (slice, store, selector)
- Basics of Zustand
- Asynchronous processing (RTK Query, createAsyncThunk)
- State persistence
Review of last time
- Lecture 51: Form Processing and Validation
- Learned form state management and user input validation
1/40