Skip to content

Instantly share code, notes, and snippets.

@amit1952
Created October 28, 2018 04:48
Show Gist options
  • Save amit1952/5515709b19dfc3dc12ec6b6d4baab561 to your computer and use it in GitHub Desktop.
Save amit1952/5515709b19dfc3dc12ec6b6d4baab561 to your computer and use it in GitHub Desktop.
React and Babel CDN links
<!-- REACT LIBRARY -->
<script src="https://unpkg.com/react@15.5.4/dist/react.js"></script>
<!-- REACT DOM LIBRARY -->
<script src="https://unpkg.com/react-dom@15.5.4/dist/react-dom.js"></script>
<!-- BABEL LIBRARY -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.25.0/babel.min.js"></script>
@Faizullah98
Copy link

[How to import js file in react using online CDN?

@Josue-ui582
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment