React Lifecycle生命周期

还是Vue的生命周期命令好记,这个React的太特么长了

  • componentWillMount() //创建之前
  • componentDidMount() //创建之后
  • componentWillUpdate()  //更新之前
  • componentDidUpdate()   //更新之后
  • componentWillUnmount() //卸载之前
  • componentWillReceiveProps() //组件参数更新

回复 匿名 取消回复

您的电子邮箱地址不会被公开。 必填项已用*标注




Enter Captcha Here :