Redux Toolkit
Listed inRedux ToolkitState Managementon
The official, opinionated Redux — slices, immutable updates via Immer, and RTK Query for server state.
Deciding where a value lives. Most state management problems are really one value stored in the wrong place.
9 articles
Listed inRedux ToolkitState Managementon
The official, opinionated Redux — slices, immutable updates via Immer, and RTK Query for server state.
Listed inSignalsState Managementon
Fine-grained reactivity that updates the DOM directly, without re-running the component that declared it.
Listed inAtomsState Managementon
Bottom-up state built from small independent units that compose into derived values.
Listed inZustandState Managementon
A small store that lives outside React, with selector-based subscriptions and no provider to wrap.
Listed inRedux ToolkitState Managementon
Slices, the store, and RTK Query — the modern shape, with a fraction of the ceremony classic Redux had.
Listed inContextState Managementon
Dependency injection, not a state manager — and the re-render behaviour that punishes using it as one.
Listed inKinds of StateState Managementon
Server, URL, form, and ephemeral UI state each want a different tool. Naming which one you have is most of the work.
Listed inState MachinesState Managementon
Modelling impossible states out of existence with explicit transitions instead of five loose booleans.
Listed inURL as StateState Managementon
Filters, tabs, and pagination belong in the address bar — shareable, restorable, and back-button correct.