supabase-cache-helpers icon indicating copy to clipboard operation
supabase-cache-helpers copied to clipboard

Pagination and infinite queries

Open Kamahl19 opened this issue 1 year ago • 7 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?

Kamahl19 avatar Jun 13 '23 17:06 Kamahl19

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.

psteinroe avatar Jun 14 '23 22:06 psteinroe

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.

github-actions[bot] avatar Jul 21 '23 02:07 github-actions[bot]

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.

github-actions[bot] avatar Aug 21 '23 01:08 github-actions[bot]

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

github-actions[bot] avatar Aug 27 '23 02:08 github-actions[bot]

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.

github-actions[bot] avatar Sep 27 '23 02:09 github-actions[bot]

Are there any updates ?

gregamann avatar Apr 11 '24 05:04 gregamann

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.

psteinroe avatar Jul 17 '24 20:07 psteinroe