react生命周期

作者: HarryPang | 来源:发表于2018-01-03 14:10 被阅读4次
    react生命周期.png

    component instantiated:
    getDefaultProps():获取默认属性
    getInitialState():获取初始化
    render():第一次
    componentWillMount():组件将要加载
    componentDidMount():组件加载完毕
    第一次之后
    componentWillUpdete():组件将要更新
    componentDidUpdete():组件更新之后
    componentWillUnmount():组件卸载

    相关文章

      网友评论

        本文标题:react生命周期

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