react生命周期

Posted luguankun

tags:

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

1.componentWillMount

2.render

3.componentDidMount

4.componentWillUpdate

5.render

6.componentWillReceiveProps

7.shouldComponentUpdate

这个生命周期用在子组件上,返回true 或 false

8.componentWillUpdate

9.componentWillMount

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

react 生命周期

React生命周期详解

React组件的生命周期函数

react新的生命周期函数getDerivedStateFromProps

react生命周期详解

react native 生命周期详解