·form-state-patterns
</>

form-state-patterns

yonatangross/skillforge-claude-plugin

React Hook Form v7 with Zod validation, React 19 useActionState, Server Actions, field arrays, and async validation. Use when building complex forms, validation flows, or server action forms.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill form-state-patterns

SKILL.md

Production form patterns with React Hook Form v7 + Zod - type-safe, performant, accessible.

| Decision | Option A | Option B | Recommendation |

| Validation library | Yup | Zod | Zod - better TypeScript inference, smaller bundle | | Validation mode | onChange | onBlur | onBlur - better performance, less noise | | Complex components | register | Controller | Controller - for non-native inputs | | Server validation | Client-only | Server Actions | Server Actions - for mutations with React 19 |

React Hook Form v7 with Zod validation, React 19 useActionState, Server Actions, field arrays, and async validation. Use when building complex forms, validation flows, or server action forms. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill form-state-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is form-state-patterns?

React Hook Form v7 with Zod validation, React 19 useActionState, Server Actions, field arrays, and async validation. Use when building complex forms, validation flows, or server action forms. Source: yonatangross/skillforge-claude-plugin.

How do I install form-state-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill form-state-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/skillforge-claude-plugin