CDN Resources for redux-saga
Various ways to access redux-saga via Content Delivery Networks
Package Installation
npm
npm install redux-saga
yarn
yarn add redux-saga
pnpm
pnpm add redux-saga
CDN 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