Redux Back
Redux is a predictable state container for JavaScript apps.
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
Installation
npm install redux --save
Basics
In this guide, we'll walk through the process of creating a simple Todo app.