@appfocused/fetch-helper

Using raw fetch API doesn't cut the mustard. A few tweaks are needed to get it into a fully working shape. This small helper aims to bridge that gap and give some flexibility in configuration by the means of middleware.

Usage no npm install needed!

<script type="module">
  import appfocusedFetchHelper from 'https://cdn.skypack.dev/@appfocused/fetch-helper';
</script>

README

Fetch Helper

Rationale

Using raw fetch API doesn't cut the mustard. A few tweaks are needed to get it into a fully working shape. This small helper aims to bridge that gap and give some flexibility in configuration by the means of middleware.

Benefits

TBA


Starter used for this library:

https://github.com/alexjoverm/typescript-library-starter