EZ

Eduzan

Learning Hub

Eduzan
Eduzan / React

State Management with Redux

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

Redux is a popular state management library for JavaScript applications, commonly used with React. It helps manage the application state in a predictable way by using a central store and unidirectional data flow.

End of lesson.