Settings

Theme

Show HN: Ffetch v5 – TypeScript-first fetch client

npmjs.com

1 points by gkoos 2 months ago · 0 comments · 1 min read

Reader

ffetch v5 is out

ffetch is a TypeScript-first fetch client focused on production reliability. Core functionality includes: - timeouts (global and per-request) - retries with exponential backoff + jitter - lifecycle hooks (before/after/onError) - pending request monitoring - per-request overrides - optional throwOnHttpError

v5 introduces a public plugin lifecycle API plus first-party plugins for: - circuit breaker - in-flight request deduplication (with optional ttl/sweepInterval cleanup)

It can wrap native fetch or any fetch-compatible implementation (undici, node-fetch, framework fetch handlers).

Repo: https://github.com/fetch-kit/ffetch

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection