Last active
March 27, 2022 12:33
-
-
Save destinio/1ee2ba7f5c05613de0fb041744692f0c to your computer and use it in GitHub Desktop.
React CDN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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