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