#forms
3 snippets tagged with #forms
typescriptintermediate
useFormValidation Hook
Lightweight form validation hook with field-level errors, touched tracking, and submit handling.
#hooks#forms
typescriptintermediate
Server Action with Form Validation
Next.js Server Action handling form submissions with validation, error messages, and redirect on success.
#server-actions#forms
typescriptintermediate
Server Action with Revalidation
Mutate data with Server Actions and revalidate cached paths or tags for instant UI updates.
#server-actions#revalidation