Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 25, 2018 21:29
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 hackrio1/b30411728f55c2eb2da18878c6af2a7d to your computer and use it in GitHub Desktop.
Save hackrio1/b30411728f55c2eb2da18878c6af2a7d to your computer and use it in GitHub Desktop.
ReactDOM.render(React.createElement(
'h1',
null,
'Hello World!'
), document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment