Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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).