React生命周期

描述

做个简单记载吧,老模糊,哈哈

初次加载

1
2
3
4
5
6
7
componentWillMount;

render;

ref;

componentDidMount;

设置 props

1
2
3
4
5
6
7
8
9
10
11
componentWillReceiveProps(nextProps);

shouldComponentUpdate;

componentWillUpdate;

render;

ref;

componentDidUpdate;

设置 state

1
2
3
4
5
6
7
8
9
10
11
shouldComponentUpdate;

componentWillUpdate;

render;

ref;

componentDidUpdate;

setStateCallback;
文章作者: wenmu
文章链接: http://blog.wangpengpeng.site/2018/04/24/React%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 温木的博客
微信打赏