React
Advanced React skills for hooks, context, and performance optimization.
Installation
First, install the Han CLI tool:
npm install -g @thebushidocollective/hanThen install the plugin:
han plugin install buki-reactOverview
Advanced React skills for hooks, context, and performance optimization.
Skills
This plugin provides the following skills:
- React Context Patterns
- React Hooks Patterns
- React Performance
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
License
Licensed under MIT - see repository for details.
Skills
react-context-patterns
Use when React Context patterns for state management. Use when sharing state across component trees without prop drilling.
react-hooks-patterns
Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.
react-performance
Use when React performance optimization including memoization, lazy loading, and virtualization. Use when optimizing React applications.