美文网首页
react生命周期

react生命周期

作者: louhangfei | 来源:发表于2019-02-16 21:03 被阅读0次

    https://www.jianshu.com/p/514fe21b9914

    初始化:constructor

    挂载:
    componentWillMount 只会调用一次


    render

    componentDidMount
    组件挂载到DOM后调用,且只会被调用一次

    更新
    componentWillReceiveProps

    componentShouldUpdate

    componentWillUpdate
    render
    componentDidUpdate

    shoudComponentUpdate
    https://www.cnblogs.com/penghuwan/p/6707254.html

    相关文章

      网友评论

          本文标题:react生命周期

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