API Overview
Consuming and extending the API
Overview#
The TanStack Router comes with a fully functional API built with tRPC v11 and is inspired by create-t3-turbo.
tRPC is a modern TypeScript-first API framework that is designed to be easy to use and extend. It gives you automatic TypeSafety and autocompletion without the need for build steps.
Conventions
Learn about the conventions used in the API.
Define procedures
Learn how to extend the API.
Was this helpful?