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
文件列表
redux-batch-master.zip
(预估有个11文件)
redux-batch-master
.babelrc
42B
index.js
42B
package.json
380B
.npmignore
44B
index.d.ts
199B
.gitignore
42B
logo.png
5KB
README.md
4KB
yarn.lock
82KB
暂无评论