Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Last active August 11, 2017 20:26
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 ilyeshammadi/6bdcd901f9e20edd8715a91d148ae1d4 to your computer and use it in GitHub Desktop.
Save ilyeshammadi/6bdcd901f9e20edd8715a91d148ae1d4 to your computer and use it in GitHub Desktop.
<script type="text/babel">
ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('app')
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment