redux batched actions:在一个订户通知下redux高阶reduce +减少动作的动作 源码
还原动作 批处理操作创建者和用于关联的高阶,可对一系列操作进行批处理订户通知。 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
用户评论