react-development

Solid

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

Web & Frontend 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
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

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

react_component

Use this skill when building, editing, or reviewing React components, hooks, context providers, or frontend state management. Triggers on: "create a React component", "write a hook for", "add a context", "build a UI for", "frontend component", "TSX", ".tsx file", React state management, "useEffect", "useState", custom hooks, component composition. Also use when the user asks how to structure React code for maintainability, performance, or testability.

0 Updated yesterday
feralbureau
Web & Frontend Listed

react-skills

React patterns, hooks, and best practices for modern frontend development

0 Updated today
murtazatouqeer
Web & Frontend Solid

react-expert

Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries, useActionState forms, performance optimization, or React 19 features.

9,537 Updated 1 weeks ago
Jeffallan
Web & Frontend Solid

react-dev

This skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router).

27,705 Updated today
davila7
Web & Frontend Solid

react-dev

This skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router).

1,931 Updated 2 months ago
softaworks