TanStack Start Tutorial
Welcome to the TanStack Start tutorial. Based on the official TanStack Start docs and TanStack Router, this guide teaches a type-safe, router-first, full-stack React framework.
TanStack Start is currently in RC. The API is considered stable and moving toward 1.0, but production apps should pin exact versions.
Table of Contents
- Introduction
- Installation & Project Structure
- Quick Start
- Architecture & Core Concepts
- File-Based Routing
- Data Loading
- Server Functions
- Server Routes / API
- Middleware & Auth
- SSR, Streaming & Deployment
- Practical Examples
- Resources
Learning Path
Prerequisites
- React components and hooks
- Basic TypeScript
- Familiarity with CSR, SSR, and API routes helps