What is Redux?
Context and State Management
Audio flashcard · 0:13Nortren·
What is Redux?
0:13
Redux is a predictable state management library often used with React. It stores application state in a single store, updates it through pure reducer functions in response to dispatched actions, and enforces a unidirectional data flow.