Skip to content

Instantly share code, notes, and snippets.

@steve-ryan
Forked from antosan/uncontrolledform.html
Created May 13, 2019 13:10
Show Gist options
  • Save steve-ryan/8711b34a2938ba10edaedf8a0175d227 to your computer and use it in GitHub Desktop.
Save steve-ryan/8711b34a2938ba10edaedf8a0175d227 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>React</title>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/[email protected]/babel.min.js"></script>
</head>
<body>
<div id="root"></div>
<script type="text/babel">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment