/react-docs

:notebook_with_decorative_cover: My docs about React library.

MIT LicenseMIT

react-docs

Lifecycle methods

Instantation

  • getDefaultProps (first use)
  • getInitialState
  • componentWillMount
  • render
  • componentDidMount

Lifetime

  • componentWillReceiveProps
  • shouldComponentUpdate
  • componentWillUpdate
  • render
  • componentDidUpdate

Cleanup

  • componentWillUnmount