Next.js API Type Safety without tRPC?
I'm having issues with tRPC and am thinking of removing it from my project.
Since I'm using App Router, it's less of a problem when calls are made on the server.
However, I still need to make calls from client side. What are some good solutions for that?
Since I'm using App Router, it's less of a problem when calls are made on the server.
However, I still need to make calls from client side. What are some good solutions for that?