user.email
).createTRPCProxyClient
(vanilla) or createTRPCNextClient
(Next.js). Note that while the configuration method signature is different between the two, the
inner configuration object/strategy will remain the same. The example shown is for NextJS.httpBatchLink
within the links
configuration. Below is an example: