Skip to content

Instantly share code, notes, and snippets.

@Tevinthuku
Created August 22, 2019 10:51
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 Tevinthuku/1d10e77d1104195fb3e890906d527c03 to your computer and use it in GitHub Desktop.
Save Tevinthuku/1d10e77d1104195fb3e890906d527c03 to your computer and use it in GitHub Desktop.
const rootElement = document.getElementById("root")
ReactDom.render(<Component />, rootElement) // renders for the first time
ReactDom.render(<Component />, rootElement) // does the app component render twice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment