psteinroe / supabase-cache-helpers

A collection of framework specific Cache utilities for working with Supabase.
https://supabase-cache-helpers.vercel.app
MIT License
518 stars 33 forks source link

Query pagination or infinite scroll #488

Open israel-lpz opened 4 months ago

israel-lpz commented 4 months ago

Are there plans to also support the "useInfinite Offset Pagination Query", "useOffsetInfiniteScrollQuery", "useCursorInfiniteScrollQuery" and "useOffsetInfiniteQuery" functions in SWR?

https://supabase-cache-helpers.vercel.app/postgrest/queries

psteinroe commented 4 months ago

all of them are supported in SWR - you probably ask for react query support right? there is already an issue for that in #219.