How to use persistQueryClient in Tanstack Start
persistQueryClient in my Tanstack React Start App, but so far have not been able to get it workingFor example, consider the
Basic + React Query example at https://tanstack.com/start/latest/docs/framework/react/examples/start-basic-react-queryHow do you exactly integrate this with
PersistQueryClientProvider at https://tanstack.com/query/latest/docs/framework/react/plugins/persistQueryClient#persistqueryclientproviderSo far, I'm stuck since I don't understand how the
queryClient is declared in the router.tsx file in TSS especially with that ssr integration. Any help would be appreciated!
