Understanding and using /rpc with Next.js
I'm trying to understand /rpc set of packages and potentially make use of it (otherwise we would go with trpc, it seems) for next.js. Looks like creating server and client based on 
/rpc-nexjs package, but when I'm trying to run created effect, I'm getting any in R slot. Am I doing something wrong? 
