Skip to content

Instantly share code, notes, and snippets.

@CarlMungazi
Created December 21, 2018 17:58
Show Gist options
  • Save CarlMungazi/c87858b3eb9c360d9b70e9e46d143621 to your computer and use it in GitHub Desktop.
Save CarlMungazi/c87858b3eb9c360d9b70e9e46d143621 to your computer and use it in GitHub Desktop.
React Dom Render
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