返回博主主页
摘要: export type Dispatcher = { useState<S>(initialState: (() => S) | S): [S, Dispatch<BasicStateAction<S>>], useReducer<S, I, A>( reducer: (S, A) => S, in 阅读全文
posted @ 2022-02-13 21:19 懒惰的星期六 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 笔记: 1. mapStateToProps中,使用state._time.xxx的原因是,_time是reducer函数的名字。 // 这是我们的 select 函数, 它会把我们需要在属性 (prop) 中对我们的组件暴露的数据从 state 中抽离出来 const mapStateToProp 阅读全文
posted @ 2022-02-13 14:01 懒惰的星期六 阅读(83) 评论(0) 推荐(0) 编辑

Welcome to here

主页