React 生命周期流程图
2020-07-13 15:34:45 0 举报
React 声明周期流程图
作者其他创作
大纲/内容
shouldComponentUpdate
props
结束
constructor构造函数中设置爱 props 和 state
Y
render
N
Unmounting 销毁阶段
Initializing 初始化阶段
render(页面 state 或 props 发生变化时执行)
componentDidUpdate
Updation 更新阶段
states
Mounting 挂载阶段
componentDidMount
componentWillUpdate
componentWillUnmount
componentWillReceiveProps
开始
收藏
0 条评论
下一页