NextJS Server Actions with Zod and React Hook Form
Simple usage of Zod and React Hook Form with NextJS server actions.
All the articles and notes with the tag "frontend".
Simple usage of Zod and React Hook Form with NextJS server actions.
Learn about React rendering techniques and how NextJS Partial Prerendering combines static content with dynamic content to improve SEO and user experience.
Explore the complexities and concerns of handling date and time in software development, including edge cases and potential pitfalls.
TypeScript is only half the battle. Learn how to achieve end-to-end type safety with runtime validation using Zod.
Explore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.
Do you hate errors in production? If yes, use TypeScript for type-safe development. Learn about types, advanced types, and utilities in this quick introduction.