Skip to main content
Back to registry

react-router-framework-mode

remix-run/agent-skills

Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API.

Installs1
Install command
npx skills add https://github.com/remix-run/agent-skills --skill react-router-framework-mode
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API. Load the relevant reference for detailed guidance on the specific API/concept: Some features require specific React Router versions. Always verify before implementing: These are the most important patterns to follow. Load the relevant reference for full details. Search forms - use , NOT onSubmit with setSearchParams : Inline mutations - use useFetcher , NOT (which causes page navigation): See references/actions.md for complete patterns. Global UI belongs in root.tsx - don't create separate layout files for nav/footer: Use nested routes for section-specific layouts. See references/routing.md . meta uses loaderData , not deprecated data : See references/route-modules.md for all exports. If anything related to React Router is not covered in these references, you can search the official documentation: - Configuring new routes ( app/routes.ts ) - Loading data with loader or clientLoader - Handling mutations with action or clientAction - Navigating with , , , redirect , and useNavigate - Implementing pending/loading UI states - Configuring SSR, SPA mode, or pre-rendering ( react-router.config.ts ) - Implementing authentication

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-router-framework-mode do?

Framework mode is React Router's full-stack development experience with file-based routing, server-side, client-side, and static rendering strategies, data loading and mutations, and type-safe route module API.

Is react-router-framework-mode good?

react-router-framework-mode does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-router-framework-mode work with?

react-router-framework-mode currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to react-router-framework-mode?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-router-framework-mode?

npx skills add https://github.com/remix-run/agent-skills --skill react-router-framework-mode

Related skills

More from remix-run/agent-skills

Related skills

Alternatives in Software Engineering