web-state-redux-toolkit

Installation
SKILL.md

Redux Toolkit Patterns

Quick Guide: Redux Toolkit earns its place where state is complex enough to want DevTools, middleware, time-travel or normalised entities. configureStore and createSlice are the whole authoring surface; Immer makes reducers read as mutations while staying immutable. RTK 2.0 removed the object form of extraReducers and the array forms of middleware and enhancers — all three are callbacks now — and AnyAction gave way to UnknownAction.

Detailed Resources:


Installs
24
GitHub Stars
24
First Seen
Mar 19, 2026
web-state-redux-toolkit — agents-inc/skills