CDN Resources for react-app-polyfill

Quick access to CDN links for the react-app-polyfill package

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

Package Installation

npm
npm install react-app-polyfill
yarn
yarn add react-app-polyfill
pnpm
pnpm add react-app-polyfill

CDN Links

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