Server component (createHydrationHelpers) setup with external router
Hello!
Just wondering if anyone has followed the server component setup guide but with an external tRPC router? I'm unable to call
https://trpc.io/docs/client/react/server-components
Just wondering if anyone has followed the server component setup guide but with an external tRPC router? I'm unable to call
createCaller is the router is deployed externally. https://trpc.io/docs/client/react/server-components
This guide is an overview of how one may use tRPC with a React Server Components (RSC) framework such as Next.js App Router.