• References
  • Types
  • Functional Component
  • Class Component
  • Features
  • JSX
  • Specifying The React Element Type
  • Props
  • State
  • Events
  • Browser Compatibility
  • Improved Performance
  • State & Lifecycle - Creation
  • The Initial Rendering Phase
  • Default Props
  • constructor(props)
  • getDerivedStateFromProps
  • render
  • componentDidMount
  • The Updating phase
  • shouldComponentUpdate(newProps, newState)
  • render
  • componentDidUpdate(currentProps, currentState)
  • The Unmounting/Removing phase
  • componentWillUnmount
  • DOM updating strategy