Skip to content

Instantly share code, notes, and snippets.

@kylpo
Created June 21, 2017 23:23
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 kylpo/7dc382185913b208a45e0b591e003b6e to your computer and use it in GitHub Desktop.
Save kylpo/7dc382185913b208a45e0b591e003b6e to your computer and use it in GitHub Desktop.
# first render
Cloning Render
passProps Object {hi: "hi"}
PureComponent Render
# after setState
Cloning Render
passProps Object {hi: "hi"}
PureComponent Render # BAD!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment