1 repo
A single immutable object tree acts as the source of truth for the entire application state.
Explore 1 awesome GitHub repository matching software engineering & architecture · Centralized State Stores. 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
Acts as the single immutable object tree serving as the definitive source of truth for all application information.