get-convex / fullstack-convex

Fullstack.app implementation using Convex / Auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite scroll with pagination

vakila opened this issue · comments

Infinite scroll view. No matter how many tickets there are in the backing database, you should be able to scroll down and load more. Ideally this should be done via pagination to avoid too much expense on client or server.

  • Use paginated query
  • Load more on scroll