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.
My current implementation was to through queryClient.setQueryData() just to override the cache.
Appreciate any advise regarding this one. Thank you very much.