Stop building REST APIs for your Next.js apps, use tRPC instead
tRPC is a tool that lets you build scalable backends quickly, as well as provide type safety between your front and backends.
Apr 4, 20227 min read3.7K

Search for a command to run...
Articles tagged with #apis
tRPC is a tool that lets you build scalable backends quickly, as well as provide type safety between your front and backends.

I finally got around to finishing up my website, brockherion.dev. One of the neat things I ended up doing was getting it hooked up with Hashnode's GraphQL API. I wanted to be able to take advantage of Hashnode's community engagement as well as be abl...

Learn how to create a REST API that will keep you and other developers happy
