简介: React生命周期中各个生命周期方法的特性和使用技巧。
生命周期(Life Cycle):是指一个对象的生老病死。此处的生命周期指的是在对应的框架中一个组件(对象)或程序从创建到销毁的过程。
React生命周期图React生命周期详解React生命周期大体分为四个周期: 初始化、挂载、更新、卸载。
1.初始化期:getDefautProps (es6: static defaultProps)getInitialState (es6: constructor(props))2.挂载期:componentWillMountrendercomponentDidMount3.更新期componentWillReceivePropsshouldComponentUpdatecomponentWillUpdaterendercomponentDidUpdate4.卸载componentWillUnmount示例演示初始化和挂载期代码演示:src/index.js
import ReactDOM from 'react-dom'; import App from './App'; ReactDOM.render(制图网(www.makepic.net),专业的logo免费设计在线生成网站,全自动智能化logo设计,商标设计,logo在线生成!
欢迎使用制图网制作属于您公司自己的logo,不仅专业而且经济实惠,全方位满足您公司品牌化、视觉化的需求。