has anyone succesfully integrated TRPC with tanstack start WITH SSR?
looking for some guidance on this.
how does trpc fit in with tanstack router? of course we store it in the router context...
but how do we handle creating a new query client for each request AND where does
how does trpc fit in with tanstack router? of course we store it in the router context...
but how do we handle creating a new query client for each request AND where does
useTRPC fit in there?