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