React patterns, hooks, and best practices for modern frontend development
Scanned 2/12/2026
Install to Claude Code
npx -y skills add Fujigo-Software/f5-framework-claude --skill react --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of React?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fujigo-software-react)More formats (shields.io, HTML) on the badges page.
---
name: react-skills
description: React patterns, hooks, and best practices for modern frontend development
category: stacks/frontend/react
applies_to: react
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject
---
# React Skills
A JavaScript library for building user interfaces.
## Sub-Skills
### Architecture
- [project-structure.md](architecture/project-structure.md) - Project organization
- [component-patterns.md](architecture/component-patterns.md) - Component design
- [state-management.md](architecture/state-management.md) - State patterns
### Hooks
- [use-state.md](hooks/use-state.md) - useState patterns
- [use-effect.md](hooks/use-effect.md) - useEffect patterns
- [use-memo.md](hooks/use-memo.md) - useMemo optimization
- [use-callback.md](hooks/use-callback.md) - useCallback patterns
- [custom-hooks.md](hooks/custom-hooks.md) - Custom hook patterns
### Performance
- [memoization.md](performance/memoization.md) - Memoization strategies
- [lazy-loading.md](performance/lazy-loading.md) - Code splitting
- [virtualization.md](performance/virtualization.md) - List virtualization
### Testing
- [testing-library.md](testing/testing-library.md) - React Testing Library
- [component-testing.md](testing/component-testing.md) - Component tests
- [hook-testing.md](testing/hook-testing.md) - Hook testing
### Forms
- [form-handling.md](forms/form-handling.md) - Form patterns
- [validation.md](forms/validation.md) - Form validation
### Styling
- [css-modules.md](styling/css-modules.md) - CSS Modules
- [styled-components.md](styling/styled-components.md) - Styled Components
- [tailwind.md](styling/tailwind.md) - Tailwind CSS
## Detection
Auto-detected when project contains:
- `react` or `react-dom` packages
- `import React` or `from 'react'` imports
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!