react hook thunk reducer:React一个React useReducer()挂钩它的调度程序支持thunk和redux thunk 源码
React挂钩沉重的减少者 类似于 , useThunkReducer()增强了React的钩子,以便动作分派器支持 。 现在,您可以编写返回函数而不是动作的动作创建者! 需要React v16.8及更高版本。 安装 npm install react-hook-thunk-reducer 然后就像导入React.useReducer()一样导入并使用它。 import { useThunkReducer } from 'react-hook-thunk-reducer' ; function Component ( { initialState } ) { const [ stat
文件列表
react-hook-thunk-reducer-master.zip
(预估有个14文件)
react-hook-thunk-reducer-master
.travis.yml
1KB
package.json
1KB
LICENSE
1KB
src
thunk-reducer.test.js
6KB
thunk-reducer.js
1KB
.eslintrc.js
351B
AUTHORS
155B
.gitignore
29B
暂无评论