# React Framework Pack

Use this pack when the repository ships React components or a React application.

## Primary signals

- `package.json` depends on `react`
- the repo contains `.tsx` component files

## Companion surfaces

- `lang:typescript`
- component-oriented verification and UI workflow guidance

## Validation cues

- verify rendering and state changes with the repo's frontend test stack
- confirm shared types and props remain stable across component boundaries
