Best practices for Infinite lists with TanStackDB
Hey guys, sorry if this question has already been answered but I haven't found anything concrete in discord history.
Is there a best practice solution for implementing an infinite list with TanStack DB and electricSQL?
Based on my reading, it looks like there isn't a TanStackDB
Is there a best practice solution for implementing an infinite list with TanStack DB and electricSQL?
Based on my reading, it looks like there isn't a TanStackDB
liveQuery that is similar to useInfiniteQuery .I'm going to use orderBy, limit and offset but is there anything else you'd recommend when implementing an infinite list with TanStackDB?