Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →React 组件设计模式、Hooks 使用指南、性能优化技巧
.claude/skills/huangjia2019-react/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -21% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -27% | 0% |
| case-07 | ✓→✓ | = Same ✓ | -10% | 0% |
本技能包含 React 开发的最佳实践,帮助你编写高质量的 React 代码。
当用户需要特定主题时,加载对应章节:
只在用户明确需要时加载完整内容,避免浪费上下文窗口。
javascript// 好的命名 useUser() useLocalStorage() useDebounce() // 不好的命名 fetchUser() // 不是 use 开头 useData() // 太模糊
ComponentName/
├── index.ts # 导出
├── ComponentName.tsx # 组件实现
├── ComponentName.test.tsx
├── ComponentName.styles.ts
└── types.ts # 类型定义Other measured skills in the registry, with their headline benchmark lift.