Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created June 18, 2018 14:41
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mizchi/d1f2d12ab8a2b9172f50b22afa2ad874 to your computer and use it in GitHub Desktop.
Save mizchi/d1f2d12ab8a2b9172f50b22afa2ad874 to your computer and use it in GitHub Desktop.
<div id=root />
<script type=module>
import React from 'https://dev.jspm.io/react@16'
import ReactDOM from 'https://dev.jspm.io/react-dom@16'
ReactDOM.render(
React.createElement('h1', null, 'hello'),
document.querySelector('#root')
)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment