2 repos
Immutable State Updates — State Management Patterns
We curate 2 GitHub repositories matching state management patterns · Immutable State Updates. Refine with filters or upvote what's useful.
Immutable State Updates — State Management Patterns
- reduxjs/redux
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
TypeScriptredux - pmndrs/zustand
Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data acce
TypeScripthacktoberfesthooksreact