react-component
Installation
SKILL.md
React Component Development
Modern React patterns with TypeScript, hooks, and best practices.
Component Structure
Basic Component Template
import { useState, useCallback, memo } from 'react';
import type { FC, ReactNode } from 'react';
import styles from './Button.module.css';