CAUTION: Some dependencies of this repo are outdated, APIs might be changed.
A react, redux, ajax working example.
$ git clone git@github.com:jasonslyvia/react-redux-async-example.git && cd react-redux-async-example
$ npm install
$ npm run start
Then browse http://127.0.0.1:7260/
.
Since the data source is based on Baidu API, you have to provide a API key from Baidu API Store. Export it as a string in ./apikey.js
.
- React
- redux
- react-redux
- superagent (for ajax)
- redux-devtool
- redux-devtools-diff-monitor