在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用react
星标1,180
分支111
更新时间2026年2月22日 12:29
Skill: react
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Skill: react
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
General repo context and behavior guidelines
Skill: chat-context
General repo context and behavior guidelines
Documentation review and fix workflow for MDX files
Skill: lazy-prefetch-pattern
Skill: trpc-patterns
| name | react |
| description | Skill: react |
"use client" at the top of the file; keep non-interactive logic in server components or libraries.useState.useEffect minimal and side effect focused; avoid using it for basic data derivation.react-hook-form + Zod for all non-trivial forms.Form primitives (Form, FormField, FormItem, FormLabel, FormControl, FormMessage) for form layout and error handling.cn utility for conditional classes.md:hidden, hidden md:flex, etc.) over JS-based checks like isMobile. Use isMobile from useSidebar() only when CSS cannot handle the logic (e.g., conditional rendering that affects data fetching or complex state).