Skip to content

Instantly share code, notes, and snippets.

@aarondail
Created July 14, 2020 17:04
Show Gist options
  • Save aarondail/036e741bf44c8c2c1f82e35acdebbca8 to your computer and use it in GitHub Desktop.
Save aarondail/036e741bf44c8c2c1f82e35acdebbca8 to your computer and use it in GitHub Desktop.
render() {
return <MyPureComponent array={[1,2,3]} object={{a:true}} function={() => {}} />;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment