Tag: api-development
skill
★ 77,350
TRPC Router Implementation Guide
A guide for implementing and modifying TRPC routers, focusing on middleware-based model injection and standardised procedure patterns.
skill
Guide to building tRPC server routers
This guide outlines best practices for developing tRPC routers, focusing on using middleware to inject database models into the context and structuring procedures for efficient query and mutation handling. It also demonstrates how to aggreg…