Skip to content

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

@r-bt

Description

@r-bt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions