React + TypeScript Basics for Claude
RulesSimple CLAUDE.md for React TypeScript projects with basic conventions.
2003/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
CLAUDE.md
# 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