1. 首页
  2. 数据库
  3. 其它
  4. redux act async:减少用于redux异步操作和reducer的样板 源码

redux act async:减少用于redux异步操作和reducer的样板 源码

上传者: 2021-02-20 13:34:23上传 ZIP文件 48.02KB 热度 34次
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
用户评论