Skip to content

Instantly share code, notes, and snippets.

@riddla
Forked from kentcdodds/index.html
Created November 6, 2017 08:15
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 riddla/02428bdb82bc752d7e3d9da998c64fa9 to your computer and use it in GitHub Desktop.
Save riddla/02428bdb82bc752d7e3d9da998c64fa9 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