State management
How front-end apps hold, update, and share state — from first principles to real source.
Explainers
- How Redux createStore Works, Line by Line — Redux’s entire state engine is one function that returns a closure. Walk the real createStore.ts source top to bottom — dispatch, subscribe, the isDispatching guard, and the INIT that boots your state tree.