tRPC - Move Fast and Break NothingBy Christopher EhrlichTypeScript is increasingly becoming the standard in web dev. But while we now have excellent typesafety in our frontends and our backends, getting it for API calls is still takes some effort and usually requires codegen. tRPC to the rescue!...