redux-docs
Installation
SKILL.md
Redux Skill
Redux — A JS library for predictable and maintainable global state management. Version: Redux 5.x + Redux Toolkit 2.x | Docs: redux.js.org
Quick Reference
| Topic | File | Sections |
|---|---|---|
| Getting Started & Concepts | getting-started.md |
What is Redux, installation, core concepts (state, actions, reducers, store, dispatch, selectors), immutability, data flow, Redux Toolkit overview, tutorials structure, should you use Redux |
| API Reference | api.md |
createStore, combineReducers, applyMiddleware, bindActionCreators, compose, Store API (getState, dispatch, subscribe, replaceReducer) |
| Usage Guide & Best Practices | usage-guide.md |
Configuring store, code splitting, server rendering, isolating sub-apps, TypeScript, writing tests, troubleshooting, structuring reducers, reducing boilerplate, deriving data with selectors, implementing undo history, style guide (Priority A/B/C rules), FAQ |