Skip to content

Instantly share code, notes, and snippets.

@r17x
Created December 4, 2018 13:44
Show Gist options
  • Select an option

  • Save r17x/f525b6d711da1a538ff739ca55196ba4 to your computer and use it in GitHub Desktop.

Select an option

Save r17x/f525b6d711da1a538ff739ca55196ba4 to your computer and use it in GitHub Desktop.
ReactJS Research. Tue 4 Desember 2018

componentDidUpdate -> triggered by forceUpdate or all everything update on props & state ( React.Component )
render -> triggered by componentDidUpdate ( note : not render if setState on purecomponent.componentDidMount() )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment