Skip to content

Dictionary

Redux

Predictable state container for JavaScript applications providing centralized state management. Redux implements unidirectional data flow with actions, reducers, and a single store. Its time-travel debugging and middleware support make complex state management straightforward in large-scale React and JavaScript applications.