Tag: frontend
All the articles with the tag "frontend".
NextJS Server Actions with Zod and React Hook Form
Simple usage of Zod and React Hook Form with NextJS server actions.
React Rendering Techniques and NextJS Partial Prerendering
Learn about React rendering techniques and how NextJS Partial Prerendering combines static content with dynamic content to improve SEO and user experience.
Date and Time in Software Development: Complexities and Concerns
Explore the complexities and concerns of handling date and time in software development, including edge cases and potential pitfalls.
End-to-End Type Safety: Development and Runtime Validation with TypeScript and Zod
TypeScript is only half the battle. Learn how to achieve end-to-end type safety with runtime validation using Zod.
How To Test React Hooks with 2 Different Approaches
Explore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.
Typescript Quick Introduction
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.