tanstack-start-routes

Installation
SKILL.md

TanStack Start Routes

TanStack Start uses file-based routing with TanStack Router. Routes are defined as files in the src/routes directory.

When to Use

  • Adding new pages to your application
  • Setting up nested layouts
  • Configuring route parameters
  • Creating pathless layout routes
  • Organizing route structure

Directory Structure

src/
├── routes/
│   ├── __root.tsx          # Root layout (required)
│   ├── index.tsx           # Home page (/)
Related skills
Installs
1
GitHub Stars
2
First Seen
10 days ago