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