1. 首页
  2. 数据库
  3. 其它
  4. redux batch:增强您的Redux存储以支持批量操作 源码

redux batch:增强您的Redux存储以支持批量操作 源码

上传者: 2021-02-20 13:34:28上传 ZIP文件 38.58KB 热度 62次
增强您的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
用户评论