Redux原理
2019-10-27 21:13:09 6 举报
redux原理
作者其他创作
大纲/内容
卸载Unmount
componentWillUpdate
API: dispatch getState subscribe
组件运行时
外部props改变
componenDidMount
1.生命周期函数 render函数2.自己定义的事件函数3.state4.props
componentWillMount
State状态改变
componenDidUpdate
②
componentWillUnmount
componentWillReceiveProps
render
getInitialState
getDefaultProps
React Component
shouldComponentUpdate
结束
store: 保存:1.reducer2.middleware3.state4.callbackfunction
③
①
True
0 条评论
下一页