EMILIANOM
EMILIANOM•3mo ago

Svelte Pagination Support

Thanks Tom, just opened the issue - really hoping we can get pagination support added since it's such a fundamental feature that most apps need 😄
1 Reply
ballingt
ballingt•3mo ago
Yeah I'd love for our Svelte support to be better, it's on the list! There's some rethinking of pagination in the React client that might lead to some reworking here. If you need to you can run paginated queries manually—they're just multiple Convex queries where you pass the cursor from one of the queries into the next query. But this isn't nicely exposed like the usePaginatedQuery in React.

Did you find this page helpful?