Vue生命周期 VS React生命周期


 Vue生命周:

 

beforeCreate:

created:

beforeMount:

mounted:

beforeUpdate:

updated:

activated

deactivated:

beforeDestroy:

destroyed:

 如图:



 

React生命周期:

constructor

componentWillMount

render

componentDidMount

 

shouldComponentUpdate

componentWillUpdate

render

componentDidUpdate

 

如图:

 


 

 

 

 

二者对比文章搜集:

React.js与Vue.js:流行框架的比较

https://baijiahao.baidu.com/s?id=1608099200125495014&wfr=spider&for=pc

vue和react的区别之我见

https://www.jianshu.com/p/b7cd52868e95?from=groupmessage

发布了54 篇原创文章 · 获赞 0 · 访问量 7697

猜你喜欢

转载自blog.csdn.net/yuyongkun4519/article/details/90375582