Skip to content

Instantly share code, notes, and snippets.

@virajkulkarni14
Forked from kentcdodds/index.html
Created April 29, 2020 16:41
Show Gist options
  • Select an option

  • Save virajkulkarni14/0a20ad799fcb1f53b585ba1bab0aed18 to your computer and use it in GitHub Desktop.

Select an option

Save virajkulkarni14/0a20ad799fcb1f53b585ba1bab0aed18 to your computer and use it in GitHub Desktop.
The one true react boilerplate
<body>
<div id="⚛️"></div>
<script src="https://unpkg.com/react@16.0.0/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16.0.0/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.26.0/babel.js"></script>
<script type="text/babel">
ReactDOM.render(<div>Hello World!</div>, document.getElementById('⚛️'))
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment