Effect RPC: Avoiding Network Requests on Same Server
didn't look much into effect rpc yet but is there a way to omit a network request when calling the api through the rpc on the same server?
e.g. my rpc api gets exposed through my nextjs app and I am trying to call some api upon page render.
basically smth similiar to a trpc caller https://trpc.io/docs/server/server-side-calls
e.g. my rpc api gets exposed through my nextjs app and I am trying to call some api upon page render.
basically smth similiar to a trpc caller https://trpc.io/docs/server/server-side-calls
