axios-deduplicator

JSON →
library 1.2.0 ·javascript
verified Jun 7, 2026

A simple library to deduplicate identical axios requests in-flight. Current stable version is 1.2.0, released infrequently. It intercepts requests and, if a duplicate request is detected within a configurable time window, returns the same Promise instead of making a new HTTP call. Supports custom request key generation, skip logic, and timeout. Ships TypeScript types. Lightweight alternative to more complex caching solutions.