@effect/rpc vs HttpApi (@effect/platform) for replacing tRPC?
Hi, I am picking up
effect.ts
effect.ts
. I would like to setup something similar to tRPC on nextjs using effect instead...
Right now, both seems to be good replacement candidates in my beginner eyes. I read both documentation and the pricipal difference seems to be the philosophy and I did not found any discussion on the matter here.
Could someone tell me if it's just a matter of which API I prefer or is there really advantages to use one rather than the other?