What is the right way to import queryClient with SSR?
Hey,
I am kinda confused what is the right way to access the
I found two options:
1. Getting it from "hook"
2. Accessing it from page data
Both of these examples have
I am kinda confused what is the right way to access the
QueryClient object in Svelte? I found two options:
1. Getting it from "hook"
2. Accessing it from page data
Both of these examples have
QueryClientProvider in top root layout.