pagination and 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?

