Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created December 9, 2017 11:26
Show Gist options
  • Save cyrilletuzi/85f7b3cd328bcea82456fd26b94c240a to your computer and use it in GitHub Desktop.
Save cyrilletuzi/85f7b3cd328bcea82456fd26b94c240a to your computer and use it in GitHub Desktop.
ReactDOM.render(
<h1>Hello world!</h1>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment