Ignition 98
Difference between createTRPCNextAppDirServer, createTRPCNext and createTRPCProxyClient?
I'm referring to step 3 from the docs.
https://trpc.io/docs/server/data-transformers
Currently I'm using the following structure to make server side calls to my database:
I don't quite get what benefit I'd get if I was to use createTRPCNextAppDirServer or createTRPCNext instead of createTRPCProxyClient as all of them are capable of making server side calls.
30 replies