Back to browse
Tiny Axios Alternative, Fch

Tiny Axios Alternative, Fch

by franciscop·Mar 31, 2026·2 points·0 comments

AI Analysis

MidShip It

Zero-dependency HTTP client with caching, but native fetch covers most needs.

Strengths
  • Zero dependencies keeps bundle size minimal for constrained frontend build environments.
  • Built-in caching layer supports both memory and Redis storage backends easily.
Weaknesses
  • Native fetch API reduces need for additional HTTP client wrappers now.
  • Zero dependents on npm suggests limited real-world traction or usage today.
Target Audience

Frontend developers

Similar To

Axios · Ky · Got

Similar Projects

Developer Tools●●Solid

callonce-go – singleflight and per-request caching for Go services

Combines singleflight with a context-scoped per-request cache so concurrent and subsequent callers share one in-flight call and instant cached results, respectively. Typed Key[T] generics and a tiny API (WithCache/Get) make it trivial to add to middleware, and the zero-allocation claim targets the micro-optimizations Go teams care about.

Niche GemBig Brain
probablyarth
103mo ago
Developer Tools●●Solid

Syncpack v14, Monorepo CLI tool

Syncpack is a pragmatic, focused tool: it finds/fixes version mismatches, enforces version policies, can ban packages, and even source truth from specific packages — all from the CLI. The v14 Rust rewrite is a meaningful engineering move (likely faster and more robust) rather than a vanity bump, and the docs show sensible commands like npx syncpack list/update and workspace-aware discovery. Not revolutionary — this space has other solutions — but if you run a large monorepo and care about semver hygiene, it’s the kind of low-friction tool you’ll actually keep in devDependencies.

Niche GemSlick
fold_left
303mo ago