码迷,mamicode.com
首页 > 其他好文 > 详细

componentWillMount和componentDidMount的区别

时间:2018-03-06 20:14:50      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:render   end   AC   使用   body   component   reac   完成   idm   

1、componentWillMount  将要装载,在render之前调用;

      componentDidMount,(装载完成),在render之后调用

2、componentWillMount  每一个组件render之前立即调用;

      componentDidMount  render之后并不会立即调用,而是所有的子组件都render完之后才可以调用

3、componentWillMount  可以在服务端被调用,也可以在浏览器端被调用;

      componentDidMount  只能在浏览器端被调用,在服务器端使用react的时候不会被调用

 

componentWillMount和componentDidMount的区别

标签:render   end   AC   使用   body   component   reac   完成   idm   

原文地址:https://www.cnblogs.com/xyn0909/p/8516074.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!