react16生命周期
2020-12-04 09:57:46 0 举报
react16生命周期
作者其他创作
大纲/内容
initial render
componentWillUpdate()
constructor()
this.setState()
componentDidMount()
父组件render
render()
shouldComponentUpdate()
componentWillReceiveProps()
componentDidUpdate()
componentWillUnmount()
this.forceUpdate()
componentWillMount()
0 条评论
下一页