A JS library for predictable global state management
explore
Guided Walkthroughs
The One-Way Data Flow9 steps
Follow a button click all the way through Redux and watch it land as a UI update.
Async API Fetch Flow11 steps
How Redux loads data from a server — showing loading state, the API call, and the final update.
Setting Up the Store8 steps
The one-time setup you run when your app starts — building reducers, adding middleware, and creating the store.