TypeScript React Patterns Type-safe React with TypeScript. Contains 33 rules across 7 categories covering component typing, hooks, event handling, refs, generics, context, and utility types. Metadata - Version: 2.0.0 - Rule Count: 33 rules across 7 categories - License: MIT When to Apply Reference these guidelines when: - Typing React component props - Creating custom hooks with TypeScript - Handling events with proper types - Working with refs (DOM, mutable, imperative) - Building generic, reusable components - Setting up typed Context providers - Fixing TypeScript errors in React code Rule…