What problem does it solve? Building frontend applications involves recurring decisions about component structure, state management, routing, and form handling. This Skill provides proven patterns and code templates for React and Vue development so you avoid reinventing common solutions and mixing business logic with presentation. ## Core Features & Use Cases - Component Patterns: Typed React components with variant props, custom hooks like useFetch for data loading, and error boundaries. - State Management: Context API providers for global state such as authentication, plus guidance on Redux and Pinia. - Routing & Forms: React Router setup with protected routes, and form validation using React Hook Form with Zod schemas. - Use Case: When asked to build a user registration form, the Skill produces a typed form component with Zod schema validation, inline error messages, and submit-state handling. ## Quick Start Ask the agent to create a React login form with email and password validation using React Hook Form and Zod.