Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

react-routerReact router 前端

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

881

周安装

36

GitHub Stars

15

下载量

282
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:react-router(React router 前端)
来源仓库:https://github.com/hairyf/skills
仓库路径:skills/react-router
安装命令:
npx skills add https://github.com/hairyf/skills --skill react-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hairyf/skills --skill react-router

简介

react-router 用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码。
  • 使用时需结合项目现有设计系统、路由和构建方式,避免生成孤立片段。
  • 涉及页面改动时,应配合本地预览和构建检查确认视觉效果。
  • 建议与项目技术栈保持一致,确保代码可集成和可运行。

SKILL.md

React Router

The skill is based on React Router v7.13.0, generated at 2026-01-31.

React Router is a multi-strategy router for React bridging the gap from React 18 to React 19. You can use it maximally as a React framework or as minimally as you want. It supports three modes: Declarative (basic routing), Data (with loaders/actions), and Framework (full-featured with type safety and code splitting).

Core References

TopicDescriptionReference
ModesThree usage modes: Framework, Data, and Declarative - choosing the right approachcore-modes
RoutingRoute configuration, path patterns, nested routes, layout routes, and route matchingcore-routing
NavigationNavigation components and hooks: Link, NavLink, Form, useNavigate, redirectcore-navigation
Data LoadingLoading data with loaders and clientLoaders in route modulescore-data-loading
ActionsData mutations with actions and clientActions in route modulescore-actions
Route ModuleRoute module API: component, loader, action, error boundary, headers, meta, and morecore-route-module
HooksEssential React Router hooks: useNavigation, useLocation, useParams, useMatches, and morecore-hooks

Features

Data Management

TopicDescriptionReference
FetchersUsing fetchers for concurrent data interactions without navigationfeatures-fetchers
Error HandlingError boundaries, error handling, and error responsesfeatures-error-handling
MiddlewareMiddleware for authentication, logging, and request processingfeatures-middleware

Forms and User Input

TopicDescriptionReference
Form ValidationForm validation patterns, error handling, and user feedbackfeatures-form-validation
File UploadsHandling file uploads with multipart form data and file storagefeatures-file-uploads
Search ParamsWorking with URL search parameters using useSearchParams hookfeatures-search-params

Navigation and UX

TopicDescriptionReference
View TransitionsSmooth page transitions using View Transitions APIfeatures-view-transitions
Navigation BlockingBlocking navigation with useBlocker for unsaved form datafeatures-navigation-blocking

Best Practices

TopicDescriptionReference
Type SafetyType safety with Route types, automatic type inference, and type generationbest-practices-type-safety

Advanced

TopicDescriptionReference
StreamingStreaming with Suspense, deferring non-critical data, and React Suspense integrationadvanced-streaming
Pre-renderingPre-rendering static pages at build time for faster page loadsadvanced-pre-rendering
SPA ModeSingle Page App mode with SSR disabled and client-side routingadvanced-spa-mode

Key Recommendations

  • Choose the right mode: Use Framework mode for new projects, Data mode if you need control over bundling, Declarative mode for simple routing
  • Use Route Module API in Framework mode for automatic code splitting and type safety
  • Return promises from loaders for streaming with Suspense
  • Use fetchers for non-navigating form submissions and concurrent data loading
  • Export ErrorBoundary in route modules to catch errors gracefully
  • Use middleware for cross-cutting concerns like authentication and logging
  • Leverage type safety in Framework mode with generated Route types
  • Prefer declarative navigation (Link, NavLink, Form) over imperative (useNavigate)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.8%
按下载量换算104

Claude

28.03%
按下载量换算79

Cursor

17.11%
按下载量换算48

Gemini CLI

8.1%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills