react-development

Solid

Specialized skill for React component development, hooks patterns, state management, context API, performance optimization, and modern React best practices.

Web & Frontend 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# React Development Skill Expert assistance for building React applications with modern patterns, hooks, state management, and performance optimization. ## Capabilities - Generate React components with TypeScript and proper typing - Implement custom hooks with composition patterns - Configure state management (Context API, Redux Toolkit, Zustand) - Optimize rendering performance with memoization - Set up component testing with React Testing Library - Create accessible, reusable component libraries ## Usage Invoke this skill when you need to: - Create new React components with best practices - Implement custom hooks for shared logic - Set up state management architecture - Optimize component rendering performance - Configure React project structure ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | componentName | string | Yes | Name of the component (PascalCase) | | componentType | string | No | functional, class (default: functional) | | stateManagement | string | No | context, redux, zustand, jotai, none | | typescript | boolean | No | Use TypeScript (default: true) | | testing | boolean | No | Generate tests (default: true) | | storybook | boolean | No | Generate Storybook stories (default: false) | ### Component Configuration ```json { "componentName": "UserProfile", "componentType": "functional", "props": [ { "name": "user", "type": "User", "required": true }, { "name": "onUpdate", "type": "(user...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills