fetch-retry-ts
JSON →A lightweight TypeScript library that wraps any fetch-compatible function to add configurable retry logic. Current stable version is 1.3.1. It supports custom retry counts, delays (including exponential backoff via function), and retry conditions based on HTTP status codes or custom functions. Unlike alternatives like 'fetch-retry' (unmaintained) or 'axios-retry', it works with any fetch API implementation (isomorphic-fetch, node-fetch, etc.) and ships TypeScript definitions. The package follows semantic versioning and receives regular updates.
Resources
packagefetch-retry-ts ↗