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
用户评论