/react-redux-async-example

A react, redux, ajax working example

Primary LanguageJavaScriptMIT LicenseMIT

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 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.

Package used

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

Screenshot

react-redux-async-example