react-router-7-framework
Installation
SKILL.md
React Router 7 Framework Mode Best Practices
Version Compatibility
This skill targets React Router 7.9.0+ in framework mode. Key features by version:
| Version | Features |
|---|---|
| v7.0 | Framework mode, type generation, loaders/actions, Route.* types |
| v7.5 | href() utility for type-safe links |
| v7.9+ | Stable middleware and context APIs, v8 future flags |
Future Flags
Enable v8 features in react-router.config.ts:
import type { Config } from "@react-router/dev/config";