Ignition 98
experimental_nextAppDirCaller ERROR
Hey y'all 🙂
I'm reading new blog post by @julius about TRCP with Next Server Actions approach.
Was following the steps to use
.experimental_caller(experimental_nextAppDirCaller({}))
Here is my procedure:
Wanted to ask why is it causing this error?
As in the example createContext is not passed anywhere, but its required by the experimental_nextAppDirCaller func..2 replies
TRPC to connect a client app with a backend apigateway ?
Hi everyone!
Is it a good practice to use TRPC to connect my client application (Next.Js) with my backend RESTful APIGateway app (Nest.Js) that plays a role of an entry point to other micro-services.
Are there best practices for such use cases ?
Would appreciate some examples of recommendations! Thanks!
4 replies
Difference between createTRPCNextAppDirServer, createTRPCNext and createTRPCProxyClient?
Hey everyone.
I struggle to understand the difference between these 3 TRPC functions when it come to using it in server.ts to be able to make server side API calls.
I'm using NextJS 14 and app router.
Is there clear differentiation between these 3?
This project is for a production release.
Would greatly appreciate a little break down.
Thanks!
30 replies