like-fetch

JSON →
library 2.4.0 ·javascript
verified Jun 7, 2026

An enhanced fetch wrapper for Node.js, browsers, and React Native that adds timeout, automatic retries (powered by like-retry), status validation, simplified request/response handling (JSON, URL-encoded, text, form-data), and controller support for manual abort. Current stable version is 2.4.0, with a moderate release cadence. Key differentiators: zero-config default same as native fetch, all features opt-in, lightweight without external dependencies except like-retry. Suitable for projects needing reliable HTTP requests with common patterns built-in.