标签:方案 .com const 代码 工作 第一个 实现 页面 启动
1.constructor():构造函数
2.componentWillMount()
3.render()
4.componentDidMount()
5.componentWillReceiveProps(
nextProps)6.shouldComponentUpdate(
nextProps, nextState)7.componentWillUpdate()
8.componentDidUpdate()
9.componentWillUnmount()
标签:方案 .com const 代码 工作 第一个 实现 页面 启动
原文地址:https://www.cnblogs.com/boonook/p/9707679.html