一个使用异步action完成网络请求的例子

注虽然里面依然使用了中间件,但是仅用作辅助作用

此例为redux官方示例的简化版

使用方法

# 在命令行中运行
npm install
npm run wpw
npm start

# 在浏览器中打开
http://localhost:3000