Replies: 1 comment
-
Follow along on this issue #343 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question regarding the support for pagination in Tanstack DB. Specifically, I'm interested in using
useInfiniteQuery
instead ofuseQuery
.In our setup, we use a REST API endpoint with request parameters such as
limit
(to define the number of pages) andoffset
(to specify the number of items to skip). Typically, I utilize useInfiniteQuery
for this purpose and I'm curious to know if it's possible to achieve the same functionality with Tanstack DB, particularly to enable blazing fast live queries and optimistic updates.Are there any documentation or resources available on how to implement this feature? Any guidance would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions