Redux Libraries & Learning Material Awesome

Redux is a state container for JavaScript apps.


Contents


Code Architecture

Aims to improve the overall structure of the source code. Makes reasoning about the code easier.

Utilities

Store Persistence

Side Effects

Side Effects / Asynchronous Actions

Code Style

Aims to make parts of the source code easier to read/write.