Skip to content

Instantly share code, notes, and snippets.

@ayroblu
Created August 15, 2020 11:07
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 ayroblu/687126f4e137b7957a21231f84c54a7e to your computer and use it in GitHub Desktop.
Save ayroblu/687126f4e137b7957a21231f84c54a7e to your computer and use it in GitHub Desktop.
<div onClick={reRenderMe}> // onClick to force re-render
<FirstComp> // This one will also re-render because children
<SecondComp /> // This one will not
</FirstComp>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment