redux batch:增强您的Redux存储以支持批量操作 源码
增强您的Redux存储以支持批量操作 安装 $> npm install --save @manaflair/redux-batch 用法 import { reduxBatch } from '@manaflair/redux-batch' ; import { createStore } from 'redux' ; let store = createStore ( reducer , reduxBatch ) ; store . dispatch ( [ // Store listeners will only be called once all of these acti
用户评论