CDN Resources for react-intl
Various ways to access react-intl via Content Delivery Networks
Package Installation
npm
npm install react-intl
yarn
yarn add react-intl
pnpm
pnpm add react-intl
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/react-intl"></script>
Unpkg
<script src="https://unpkg.com/react-intl"></script>
jsDelivr ESM
<script type="module">
import reactintl from 'https://cdn.jsdelivr.net/npm/react-intl/+esm';
</script>
Skypack
<script type="module">
import reactintl from 'https://cdn.skypack.dev/react-intl';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages