supabase-cache-helpers
supabase-cache-helpers copied to clipboard
Pagination and infinite queries
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 ?
not yet! adding it to react query is a bit harder due to how it works internally. I am currently not able to allocate enough time to this unfortunately.