摘要:
redux工作流 模块 action -->store >reducers >store >react(component) 1、用户发出 Action。store.dispatch(action)2、然后,Store 自动调用 Reducer,并且传入两个参数:当前 State 和收到的 Acti 阅读全文
posted @ 2021-03-11 17:19
东方踏凌
阅读(82)
评论(0)
推荐(0)
摘要:
react 单项数据流模式不同于vue的模式, 生命周期有三( Mounting:已插入真实 DOM Updating:正在被重新渲染 Unmounting:已移出真实 DOM )种状态。 五种处理函数 componentWillMount() componentDidMount() compone 阅读全文
posted @ 2021-03-11 11:51
东方踏凌
阅读(206)
评论(0)
推荐(0)

浙公网安备 33010602011771号