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/d3c6710dc24f9b2d2f35b3f1c233d937 to your computer and use it in GitHub Desktop.
Save kylpo/d3c6710dc24f9b2d2f35b3f1c233d937 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"}
# GOOD! missing PureComponent Render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment