react组件生命周期

旧的生命周期

image

新的生命周期

总结

  • 即将废弃componentWillMount,componentWillReceiveProps,componentWillUpdate,若果要使用前面加上UNSAFE-
  • 增加了两个生命周期,getDerivedSateFromProps和getSnapshotBeforeUpdate

image

posted @ 2021-10-11 23:14  Fen~  阅读(30)  评论(0)    收藏  举报