- getDefaultProps
- getInitialState
- componentWillMount(页面初始化的时候)
- render(必须要有)
- componentDidMount
- componentWillReceiveProps
- shouldComponentUpdate(this.setState)
- componentWillUpdate
- componentDidUpdate
- componentWillUnmount
可以使用下述代码测试生命周期
可以使用下述代码测试生命周期
文章作者:zhyjor
发布时间:2018年10月16日 - 17:10
最后更新:2023年10月11日 - 02:10
原始链接:https://zhyjor.github.io/2018/10/16/react深入理解之三:react的生命周期/
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。
微信打赏
支付宝打赏
热评文章