美文网首页
react生命周期

react生命周期

作者: 亲爱的孟良 | 来源:发表于2016-10-28 11:23 被阅读18次

    组件的生命周期分为三个部分:实例化,存在期,销毁期

    '温馨提示:注意大小写'

    实例化:<p>

    • getDefaultProps()
    • getInitialState()
    • componentWillMount()
    • componentDidMount()

    存在期:<p>

    • componentWillRecieveProps()
    • shouldComponentUpdate()
    • componentWillUpdate()
    • componentDidUpdate()

    销毁期:<p>

    • componentWillUnmount()

    相关文章

      网友评论

          本文标题:react生命周期

          本文链接:https://www.haomeiwen.com/subject/asxeuttx.html