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