1. 首页
  2. 数据库
  3. 其它
  4. redux ignore:高阶reducer忽略redux动作 源码

redux ignore:高阶reducer忽略redux动作 源码

上传者: 2021-04-24 20:03:17上传 ZIP文件 6.47KB 热度 33次
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
下载地址
用户评论