hard reducer:类型友好的减速器助手 源码
硬汉 键入友好的门面以获得更好的减速器。 npm install hard-reducer --save # or yarn add hard-reducer 概念 类型安全界面 避免多余的type字符串定义 保持reducer接口(State, Action) => State与redux.combineReducers()一起使用的(State, Action) => State 处理磁通量标准操作{ type: string, payload: Payload } 检查此代码以了解详细信息。 例子 此代码在flowtype和Typescript中均可运行 /* @flow */ // ^ flow magic comment to activate. It will be ignored in typescript. import { buildActi
文件列表
hard-reducer-master.zip
(预估有个21文件)
hard-reducer-master
circle.yml
962B
.flowconfig
93B
yarn.lock
113KB
.prettierignore
24B
src
createReducer.js
1KB
index.js
142B
buildActionCreator.js
2KB
.babelrc
33B
暂无评论