Reactjs – Can you intercept tRPC requests before or after the request is made and change the response data on the client?
I am trying to build an e-commerce demo site with Next.js 13 using the app directory and tRPC. I already made most of the admin dashboard and pretty much all of the core site functionality (cart, ordering, payments with stripe,…