redux

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Manage global application state with Redux or Redux Toolkit
  • Create slices with createSlice and configure the store with configureStore
  • Handle asynchronous logic with createAsyncThunk or RTK Query
  • Use useSelector and useDispatch hooks in React components
  • Implement middleware, selectors, and normalized state patterns
  • Migrate from classic Redux to Redux Toolkit

How to use this skill

Workflow

  1. Identify the state domain the user needs to manage
  2. Create a slice using Redux Toolkit's createSlice
  3. Configure the store and provide it to the React app
  4. Connect components using useSelector and useDispatch
Installs
86
GitHub Stars
466
First Seen
Jan 24, 2026
redux — teachingai/full-stack-skills