CodeBrowser / npm / redux
redux@5.0.1
// Predictable state container for JavaScript apps
$ npm install redux
downloads/wk
35,534,118
license
MIT
version
5.0.1
published
Dec 23, 2023
What is redux?
Redux is a state management library that helps you manage application state in a predictable, centralized way using pure functions called reducers. It's useful for complex applications where multiple components need to share and update the same data, making it easier to debug and test since state changes follow a clear, reproducible pattern. Redux works well with any JavaScript framework and enables features like time-travel debugging and state persistence.
Keywords
#redux #reducer #state #predictable #functional #immutable #hot #live #replay #flux #elm
Maintainers
gaearon, timdorr, acdlite, phryneas, acemarke, eskimojo