Currently, we use `rsc.*` to fetch data on the server and `trpc.*` on the client. I wish this was the same object used so you didn't have to care if you're on the server or the client.
Currently, we use
rsc.*to fetch data on the server andtrpc.*on the client.I wish this was the same object used so you didn't have to care if you're on the server or the client.