psteinroe / supabase-cache-helpers

A collection of framework specific Cache utilities for working with Supabase.

Home Page:https://supabase-cache-helpers.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination and infinite queries

Kamahl19 opened this issue · comments

Do you plan to support pagination and infinite queries for react-query? It would be a great addition! However I suspect you are not using react-query yourself, right?

thanks for opening the issue! I def want to add support for list queries to react-query. But you are right, I am using swr, and my priorities currently are elsewhere. I thereby cannot give any details on when this might happen.

in fact, I want to refactor list queries so that the pagination queries actually allow a proper pagination. Right now, it's a "infinite paginated scroll" and not a pagination. but this is a larger effort.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Are there any updates ?