Skip to content

Instantly share code, notes, and snippets.

@destinio
Last active March 27, 2022 12:33
Show Gist options
  • Save destinio/1ee2ba7f5c05613de0fb041744692f0c to your computer and use it in GitHub Desktop.
Save destinio/1ee2ba7f5c05613de0fb041744692f0c to your computer and use it in GitHub Desktop.
React CDN
<!-- READ FIRST: https://babeljs.io/docs/en/babel-standalone -->
<!-- <script type="text/babel" src="https://unpkg.com/@babel/standalone/babel.min.js"></script> -->
<script src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment