redux ignore:高阶reducer忽略redux动作 源码
redux-ignore 高阶reducer忽略redux动作 安装 npm install --save redux-ignore 原料药 import { ignoreActions , filterActions } from 'redux-ignore' ; ignoreActions ( reducer , [ ARRAY_OF_ACTIONS ] ) ignoreActions ( reducer , ( action ) => ! action . valid ) filterActions ( reducer , [ ARRAY_OF_ACTIONS ] ) filterActions ( reducer , ( action ) => action . valid ) 忽略动作 redux-ignore是化ignoreActions器增强器(高阶化ignoreActio
文件列表
redux-ignore-master.zip
(预估有个13文件)
redux-ignore-master
.gitignore
42B
.babelrc
72B
.eslintrc
129B
package.json
2KB
src
index.js
760B
LICENSE.md
1KB
.travis.yml
77B
.github
暂无评论