Seeking Advice on Implementing Batching with Effect RPC and Tanstack Query
I am currently using effect rpc in conjunction with tanstack query in my frontend. I just implemented batching and came up with a somewhat convoluted way to do so. So I wanted to ask if there is maybe a better way to do implement this.