SKILL.md
readonlyread-only
name
hairy-react-lib
description
Comprehensive skills for working with @hairy/react-lib React hooks and components
version
"2026.01.29"
Based on @hairy/react-lib v1.47.0. Focuses on React hooks and components for building React applications.
Core References
| Topic | Description | Reference |
|---|---|---|
| Async Hooks | Async state management and callback handling | core-async-hooks |
| Watch Hooks | Reactive value watching and change detection | core-watch-hooks |
| Lifecycle Hooks | Component lifecycle and mounting utilities | core-lifecycle-hooks |
| Conditional Components | If/Else, Switch/Case components for conditional rendering | core-conditional |
| Try Hooks | Error-safe React hooks with fallback behavior | core-try-hooks |
Advanced Features
| Topic | Description | Reference |
|---|---|---|
| Event Bus | Cross-component event communication | advanced-event-bus |
| Pagination | Offset-based pagination hook | advanced-pagination |
| Fetch Intercept | Request/response interception utilities | advanced-fetch-intercept |
You Might Also Like
Related Skills

verify
243K
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
facebook
test
243K
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
facebook
feature-flags
243K
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
facebook
extract-errors
243K
Use when adding new error messages to React, or seeing "unknown error code" warnings.
facebook