Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 746 Bytes

react-redux-async-example

CAUTION: Some dependencies of this repo are outdated, APIs might be changed.

A react, redux, ajax working example.

To start

$ git clone [email protected]: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.

Package used

  • React
  • redux
  • react-redux
  • superagent (for ajax)
  • redux-devtool
  • redux-devtools-diff-monitor

Screenshot

react-redux-async-example