Skip to content

Instantly share code, notes, and snippets.

@mizchi
Last active May 22, 2018 01:04
Show Gist options
  • Save mizchi/76209c26f6129ef660aa073b36d97177 to your computer and use it in GitHub Desktop.
Save mizchi/76209c26f6129ef660aa073b36d97177 to your computer and use it in GitHub Desktop.
<div id=root />
<script type=module>
import React from 'https://dev.jspm.io/react'
import ReactDOM from 'https://dev.jspm.io/react-dom'
ReactDOM.render(
React.createElement('h1', {}, ['hello']),
document.querySelector('#root')
)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment