react的生命周期

88 阅读1分钟

react生命周期(旧): react生命周期(旧).png

react生命周期(新): react生命周期(新).png 新生命周期移除了三个钩子,React为这几个生命周期钩子提供了别名,分别是:

  • UNSAFE_componentWillMount
  • UNSAFE_componentWillReceiveProps
  • UNSAFE_componentWillUpdate

react官网: react的生命周期(图示)