trpc
I am new to trpc and I was wondering if I should use it in case I have a request to another backend and I don't use NextJS or prisma as my server side.
would it be good idea to use the fetch() function in the trpc procedure or it is over engineering?
would it be good idea to use the fetch() function in the trpc procedure or it is over engineering?