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';
Installs
11
First Seen
Jan 20, 2026
react-component — vapvarun/claude-backup