1 repo
Tools that allow for the inspection and replay of application state transitions and event histories.
Explore 1 awesome GitHub repository matching development tools & productivity · State Debuggers. Refine with filters or upvote what's useful.
Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state