Building Full-Stack TypeScript Applications Using tRPC

Enabling typesafe integrations between frontend and backend, with Next and Express adapters

Ashley Peacock
Better Programming
Published in
5 min readNov 30, 2022

--

Photo by Dane Deaner on Unsplash

When building a full-stack application, the chances are you either reach for REST or GraphQL to provide API capabilities to your frontend. tRPC is seeking to change that, or at least provide an alternative, by adding the…

--

--