Skip to main content
Back to registry

react-router-data-mode

remix-run/agent-skills

Data mode uses createBrowserRouter and RouterProvider to enable data loading, actions, and pending UI without the framework's Vite plugin. This is ideal for existing React applications that want to add data loading and mutation capabilities.

Installs172
Install command
npx skills add https://github.com/remix-run/agent-skills --skill react-router-data-mode
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Data mode uses createBrowserRouter and RouterProvider to enable data loading, actions, and pending UI without the framework's Vite plugin. This is ideal for existing React applications that want to add data loading and mutation capabilities. Load the relevant reference for detailed guidance on the specific API/concept: 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. Use fetcher.formData to show expected results immediately: See references/pending-ui.md for complete patterns. If anything related to React Router is not covered in these references, you can search the official documentation: - Using createBrowserRouter with route objects - Loading data with loader property on routes - Handling mutations with action property - Navigating with , , , redirect , and useNavigate - Implementing pending/loading UI states with useNavigation - Using useFetcher for mutations without navigation

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-data-mode do?

Data mode uses createBrowserRouter and RouterProvider to enable data loading, actions, and pending UI without the framework's Vite plugin. This is ideal for existing React applications that want to add data loading and mutation capabilities.

Is react-router-data-mode good?

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

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

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

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

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

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

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

Related skills

More from remix-run/agent-skills

Related skills

Alternatives in Software Engineering