Docs
Cloudflare
Railway
CodeRabbit
Netlify
SerpAPI
AG Grid
WorkOS
Clerk
OpenRouter
Sentry
Prisma
Electric
Unkey
Cloudflare
Railway
CodeRabbit
Netlify
SerpAPI
AG Grid
WorkOS
Clerk
OpenRouter
Sentry
Prisma
Electric
Unkey
API Reference

useSuspenseInfiniteQuery

tsx
const result = useSuspenseInfiniteQuery(options)
const result = useSuspenseInfiniteQuery(options)

Options

The same as for useInfiniteQuery, except for:

  • suspense
  • throwOnError
  • enabled
  • placeholderData

Returns

Same object as useInfiniteQuery, except that:

  • data is guaranteed to be defined
  • isPlaceholderData is missing
  • status is either success or error
    • the derived flags are set accordingly.

Caveat

Cancellation does not work.