Comprehensive skills for working with @hairy/react-lib React hooks and components
--- name: hairy-react-lib description: Comprehensive skills for working with @hairy/react-lib React hooks and components metadata: author: Hairyf version: "2026.01.29" source: Internal Documentation --- > 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](references/core-async-hooks.md) | | Watch Hooks | Reactive value watching and change detection | [core-watch-hooks](references/core-watch-hooks.md) | | Lifecycle Hooks | Component lifecycle and mounting utilities | [core-lifecycle-hooks](references/core-lifecycle-hooks.md) | | Conditional Components | If/Else, Switch/Case components for conditional rendering | [core-conditional](references/core-conditional.md) | | Try Hooks | Error-safe React hooks with fallback behavior | [core-try-hooks](references/core-try-hooks.md) | ## Advanced Features | Topic | Description | Reference | |-------|-------------|-----------| | Event Bus | Cross-component event communication | [advanced-event-bus](references/advanced-event-bus.md) | | Pagination | Offset-based pagination hook | [advanced-pagination](references/advanced-pagination.md) | | Fetch Intercept | Request/response interception utilities | [advanced-fetch-intercept](references/advanced-fetch-intercept.md) |
Creator's repository · hairyf/skills