Created
August 22, 2019 10:51
-
-
Save Tevinthuku/1d10e77d1104195fb3e890906d527c03 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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