react-router

Installation
SKILL.md

React Router v7 Development

Project Structure

The frontend app is in apps/web/ using React Router v7 with SSR.

apps/web/
├── app/
│   ├── routes/           # File-based routing
│   ├── components/       # Shared components
│   ├── lib/              # Utilities and helpers
│   ├── root.tsx          # Root layout
│   └── entry.server.tsx  # Server entry
├── react-router.config.ts
└── vite.config.ts

File-Based Routing

Related skills
Installs
2
GitHub Stars
76
First Seen
Jan 25, 2026