Is it possible to use tRPC as *just* a fullstack API server and client?
I don't need the features that react-query brings, I just need to be able to make my usual rest endpoint calls. My app isn't there yet, and would like to learn that when I eventually use it.