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

What does "Supabase Cache Helpers does a decent job at keeping your data up-to-date." mean?

Open r-bt opened this issue 8 months ago • 1 comments

Hi,

First thanks for the great library. I'm trying to use it with react-query and noticed that you recommend this for the configuration:

const queryClient = new QueryClient({
    defaultOptions: {
      queries: {
        refetchOnWindowFocus: false,
        staleTime: Infinity,
        gcTime: Infinity,
      },
    },
  });

I was wondering is there any documentation on what Supabase Cache Helpers is doing to keep the data up-to-date?

r-bt avatar Mar 12 '25 14:03 r-bt

hey, I need to update the documentation (contributors very welcome!), but you can find a more detailed write-up here in my 1.0 announcement blog post: https://philipp.steinroetter.com/posts/supabase-cache-helpers-v1/

psteinroe avatar Mar 15 '25 16:03 psteinroe