Skip to content

Comparison

Tree-shakeable entry points

Needtanstack-fetch
Drop into TanStack Query queryFnReturns data, throws FetchError, takes signal
Next.js SSR cookiesssr-forward plugin
Interceptors without axios weightNamed, ordered, ejectable plugins
SSE with Authorizationtanstack-fetch/sse (not EventSource)
File upload + progressapi.upload() + onUploadProgress
tRPC transporttanstack-fetch/trpc
Bundle~3.5KB gzip HTTP core

Compared to axios / ky / ofetch: same mental model as Query, smaller core, SSR cookie forwarding, and SSE that can send Authorization.

MIT Licensed · Created by Mohammad Garmabi · Not an official TanStack package