React生命周期函数以及使用场景
摘要:
1、挂载阶段: defaultProps和propsTypes -> constructor和this.state里面数据的初始化 -> componentWillMount -> render -> componentDidMount(组件挂载完毕) 2、数据更新: shouldComponent 阅读全文
posted @ 2020-09-03 11:40 棋士牧生 阅读(221) 评论(0) 推荐(0) 编辑