Tag: state-management
All the articles with the tag "state-management".
-
Stop Managing Multi-Step React Flows With Booleans
Why chains of boolean flags break down for multi-step React flows, and how modeling the flow as a single discriminated union (with a reducer) makes impossible states unrepresentable.