jasonslyvia / react-redux-async-example

A react, redux, ajax working example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A react, redux, ajax working example

License:MIT License


Languages

Language:JavaScript 82.1%Language:CSS 16.8%Language:HTML 1.0%