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