korz
CCConvex Community
•Created by korz on 11/22/2024 in #support-community
pagination and TanStack Start
In https://docs.convex.dev/client/react/tanstack-start
Using Convex React hooks Convex React hooks like usePaginatedQuery can be used alongside TanStack hooks. These hooks reference the same Convex Client so there's still just one set of consistent query results in your app when these are combined.Is the code below the correct use of the usePaginatedQuery hook with TanStack Start?
63 replies