Redux

Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to (and inspired by) Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark.

Course Contents


1. Introduction
2. Environment setup & Installation
3. Core Concepts
4. Dataflow
5. Store
6. Action
7. Pure Functions
8. Reducers
9. Middleware
10. Devtools
11. Testing