chowbea-axios
More Examples

Framework Examples

Typed Axios without TanStack Query — Node, React, Svelte, Vue, and Angular recipes.

TanStack Query is one great home for a typed client. It is not the only one.

Same spine everywhere:

api.contracts.ts  →  api.op.*  →  Result { data, error }  →  your framework's state

Pick your runtime. Steal the snippet. Don't invent a second API layer.

For architecture that sits above any framework, see The Query Layer.