1. 首页
  2. 数据库
  3. 其它
  4. redux batched actions:在一个订户通知下redux高阶reduce +减少动作的动作 源码

redux batched actions:在一个订户通知下redux高阶reduce +减少动作的动作 源码

上传者: 2021-02-24 02:46:09上传 ZIP文件 6.38KB 热度 45次
还原动作 批处理操作创建者和用于关联的高阶,可对一系列操作进行批处理订户通知。 npm install -- save redux - batched - actions 用法 import { createStore , applyMiddleware } from 'redux' ; import { batchActions , enableBatching , batchDispatchMiddleware } from 'redux-batched-actions' ; import { createAction } from 'redux-actions' ; const do
用户评论