开发者社区> 问答> 正文

说一说React的生命周期?

展开
收起
前端问答 2019-12-24 12:44:24 1403 0
2 条回答
写回答
取消 提交回答
  • componentWillMount/componentWillUpdate shouldComponentUpdate render componentDidMount/componentDidUpdate componentWillUnmount

    2020-03-27 21:47:36
    赞同 展开评论 打赏
  • 简单来说,一个组件的生命周期可以分为四个部分:

    创造 - 生
    挂载到页面
    更新
    毁灭 - 死

    2019-12-24 16:42:06
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
利用编译将 Vue 组件转成 React 组件 立即下载
React Native 全量化实践 立即下载
React在大型后台管理项目中的工程实践 立即下载