react-router
✓React Router v7 Data Mode for Vite SPA with Convex backend. Triggers on routing, navigation, nested routes, protected routes, lazy loading. Use for client-side routing in Vite React apps.
Installation
SKILL.md
React Router v7 (Data Mode for Vite SPA + Convex)
Use Data Mode (createBrowserRouter + RouterProvider) for Vite SPAs with Convex.
| Navigate programmatically | useNavigate() | | Get URL params | useParams() | | Get/set search params | useSearchParams() | | Get current location | useLocation() | | Check navigation state | useNavigation() | | Link with active state | | | Render child routes | | | Code split routes | lazy: () => import() |
React Router v7 Data Mode for Vite SPA with Convex backend. Triggers on routing, navigation, nested routes, protected routes, lazy loading. Use for client-side routing in Vite React apps. Source: sebastiaanwouters/dotagents.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill react-router- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is react-router?
React Router v7 Data Mode for Vite SPA with Convex backend. Triggers on routing, navigation, nested routes, protected routes, lazy loading. Use for client-side routing in Vite React apps. Source: sebastiaanwouters/dotagents.
How do I install react-router?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill react-router Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sebastiaanwouters/dotagents
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01