React + TypeScript Basics for Claude
RulesSimple CLAUDE.md for React TypeScript projects with basic conventions.
1803/26/2026
markdown1 file
CLAUDE.md273 B
CLAUDE.md
Project Context
React + TypeScript project using Vite.
Conventions
- Functional components only
- Use TypeScript strict mode
- Prefer named exports
- CSS modules for styling
Testing
- Vitest for unit tests
- React Testing Library for component tests