supabase-cache-helpers
supabase-cache-helpers copied to clipboard
What does "Supabase Cache Helpers does a decent job at keeping your data up-to-date." mean?
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?
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/