react生命周期

Posted zhihou

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react生命周期相关的知识,希望对你有一定的参考价值。

图是百度来的 图有一处错误componentWillReceiveProps图上是错的

技术图片

 1 componentWillMount:在组件渲染之前执行
2 componentDidMount:在组件渲染之后执行
3 shouldComponentUpdate :返回true和false,true代表允许改变,false表示不允许
4 componentWillUpdate:数据改变之前执行
5 componentDidUpdate:数据修改完成

componentWillReveiceProps props变化时
componentWillUnMount :组件卸载前执行

 

以上是关于react生命周期的主要内容,如果未能解决你的问题,请参考以下文章

react 生命周期

React生命周期详解

React组件的生命周期函数

react新的生命周期函数getDerivedStateFromProps

react生命周期详解

react native 生命周期详解