Redux Overview
What is Redux
Redux is a predictable state container for JavaScript apps.
Redux also created by Facebook and it is a improvement from Flux. Redux is state management for any view library (mostly react)
When use Redux
Redux is design for complex UI, multiple view source or many interaction with server. If a simple UI, Redux is not necessary
Workflow

Redux Workflow
Example for Redux core
In index.html