
Getting Started with Redux
English | Size: 397.10 MB
Category: Tutorial
This tutorial is made by the co-author of redux (Dan Abramov) and it describe what problems redux is solving and how to use it. This is the greatest tutorial to start with redux. You can follow along with the npm setup inside the exercises.
Usage :
$ tar -xzf exercises.tgz
$ cd exercises/
$ npm install
$ npm start &
$ open http://localhost:8080/
# Go to your browser console.
# open exercises/index.js and do your stuff!