Skip to content

Instantly share code, notes, and snippets.

@gupta-himanshu
Created April 9, 2017 15:59
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 gupta-himanshu/97bea8bdd24100de7b4a741fc7325096 to your computer and use it in GitHub Desktop.
Save gupta-himanshu/97bea8bdd24100de7b4a741fc7325096 to your computer and use it in GitHub Desktop.
<script src="https://unpkg.com/react@15/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.js"></script>
<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