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.
Installation
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/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill form-state-patterns- Source
- yonatangross/orchestkit
- 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/orchestkit.
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/orchestkit --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/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01