Skip to content

Instantly share code, notes, and snippets.

@arifkoken
Last active July 21, 2017 19:40
Show Gist options
  • Save arifkoken/215e5025414d93538b3b578d3a425196 to your computer and use it in GitHub Desktop.
Save arifkoken/215e5025414d93538b3b578d3a425196 to your computer and use it in GitHub Desktop.
<script type="text/babel">
ReactDOM.render(
<h1>Hello World</h1>,document.getElementById('root'));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment