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