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
More from proyecto26/projectx
turborepo
Turborepo monorepo management. Use when working with workspaces, build pipelines, caching, or monorepo-wide operations.
4react-router-v7
React Router v7 full-stack development with SSR. Use when working with routes, loaders, actions, SSR, Form components, fetchers, navigation guards, protected routes, URL search params, or the web app in apps/web.
2