The simplest react+redux demo
# redux目录结构
├── src/redux
| |
| ├── action/*
| ├── reducers/*
| └── store.js
|
└── */
$ git clone https://github.com/davidkoojohn/react-redux-simplest-demo.git
$ cd react-redux-simplest-demo
$ yarn
$ yarn start