CDN Resources for react-scripts

Quick access to CDN links for the react-scripts package

CDN Resources for react-scripts
Various ways to access react-scripts via Content Delivery Networks

Package Installation

npm
npm install react-scripts
yarn
yarn add react-scripts
pnpm
pnpm add react-scripts

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-scripts"></script>
Unpkg
<script src="https://unpkg.com/react-scripts"></script>
jsDelivr ESM
<script type="module">
  import reactscripts from 'https://cdn.jsdelivr.net/npm/react-scripts/+esm';
</script>
Skypack
<script type="module">
  import reactscripts from 'https://cdn.skypack.dev/react-scripts';
</script>