Guides
Overview
Learn how to use eden-tanstack-query effectively
Guides
These guides cover the core patterns for using eden-tanstack-query in your applications.
Queries
Fetch data with type-safe query options
Mutations
Create, update, and delete data with mutations
Infinite Queries
Cursor-based pagination with infinite queries
Path Parameters
Working with dynamic route segments
Query Keys
Cache operations, invalidation, and key structure
SSR
Server-side rendering with Next.js and TanStack Start
Testing
Testing patterns with Vitest and Testing Library
HTTP Methods to Procedures
| HTTP Method | Procedure Type | Options Method |
|---|---|---|
| GET | Query | queryOptions() |
| HEAD | Query | queryOptions() |
| OPTIONS | Query | queryOptions() |
| POST | Mutation | mutationOptions() |
| PUT | Mutation | mutationOptions() |
| PATCH | Mutation | mutationOptions() |
| DELETE | Mutation | mutationOptions() |