码迷,mamicode.com
首页 > 其他好文 > 详细

React生命周期

时间:2020-04-14 18:28:41      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:date   segment   tps   ref   tin   改变   ini   rop   component   

React生命周期

组件更新 (组件状态改变)新一轮render

shouldComponentUpdate(newPros,newState)

componentWillUpdate

componentDidUpdate

组件注册

getDefaultProps

getInitialState

componentWillMount

render()

componentDidMount

组件消亡

ReactDOM.unmountComponentAtNode(destination) 去调用组件消亡生命周期函数

componentWillUnmount 定时器等一些收尾工作在这里取消掉

更改state

componentWillReceiveProps(newProps)【react v.17废弃 推荐(getDerivedStateFromProps)】

shouComponentUpdate()

componentWillUpdate()

componentDidUpdate()

参考阅读

React新生命周期--getDerivedStateFromProps

理解React组件生命周期

React getDerivedStateFromProps方法

React生命周期

标签:date   segment   tps   ref   tin   改变   ini   rop   component   

原文地址:https://www.cnblogs.com/marvelousone/p/12699961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!