TanStackT
TanStack17mo ago
3 replies
full-green

Pagination with only one query key

I actually go through the docs regarding react query pagination. But somehow, I have a requirement to implement one only query key.

My current implementation was to through queryClient.setQueryData() just to override the cache.

Appreciate any advise regarding this one. Thank you very much.
Was this page helpful?