Skip to content

Instantly share code, notes, and snippets.

@htchaan
Last active February 22, 2016 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save htchaan/f84ffeb7af38182f0a1b to your computer and use it in GitHub Desktop.
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