Articles by tag: forms
Forms in Next.js as a contract: Zod and unified rules
Learn how to use Zod to create a single form contract in Next.js. Eliminate discrepancies between client and server, unify errors and states.
typed-form-actions for Next.js forms with Zod
Simplify forms in Next.js: typed Server Actions, automatic FormData parsing, Zod validation and React state without boilerplate. For middle/senior developers.
Angular 21 Signal Forms: Architecture and Typing
How FieldTree and FieldState Change Work with Forms in Angular 21. Deep Technical Breakdown: Typing, Debounce, ValidateTree, Hidden/Disabled/Readonly.