Skip to content

Instantly share code, notes, and snippets.

@htchaan
Last active February 22, 2016 06:15
Show Gist options
  • Select an option

  • Save htchaan/f84ffeb7af38182f0a1b to your computer and use it in GitHub Desktop.

Select an option

Save htchaan/f84ffeb7af38182f0a1b to your computer and use it in GitHub Desktop.
First render Props change State change Force update Unmount
getDefaultProps ✔
getInitialState ✔
componentWillMount ✔
componentWillReceiveProps ✔
shouldComponentUpdate ✔ ✔
componentWillUpdate ✔ ✔ ✔
render ✔ ✔ ✔ ✔
componentDidMount ✔
componentDidUpdate ✔ ✔ ✔
componentWillUnmount ✔
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment