# React16新特性

  • 错误边界 Error Boundary

  • Fragment空元素

  • createContext / Provider / contextType / Consumer

  • createRef / forwardRef

  • 生命周期函数的更新

    • getDerivedStateFromProps

    • getSnapshotBeforeUpdate

    • componentDidCatch

    • 将 componentWillMount、componentWillReceiveProps 和 componentWillUpdate 标记为不安全的方法

  • lazy/suspense

  • Portals

  • memo / PureComponent

  • hook