redux act async:减少用于redux异步操作和reducer的样板 源码
redux-act-async 创建基于异步动作和化约器 安装 npm install redux-act-async --save 徽章 用法 import thunk from 'redux-thunk' import { createStore , applyMiddleware } from 'redux' ; import { createActionAsync , createReducerAsync } from 'redux-act-async' ; // The async api to call, must be a function that returns a pro
文件列表
redux-act-async-master.zip
(预估有个17文件)
redux-act-async-master
.travis.yml
95B
.eslintrc
292B
.babelrc
107B
package.json
2KB
test
createReducerAsync.test.js
2KB
createActionAsync.test.js
9KB
LICENSE
10KB
package-lock.json
193KB
暂无评论