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