Tag: frontend
All the articles and notes with the tag "frontend".
NextJS Server Actions with Zod and React Hook Form
Published: at 08:00 PM| NoteSimple usage of Zod and React Hook Form with NextJS server actions.
React Rendering Techniques and NextJS Partial Prerendering
Published: at 06:00 PM| Blog PostLearn 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
Published: at 12:00 AM| Blog PostExplore 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
Published: at 12:00 AM| Blog PostTypeScript 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
Published: at 12:00 AM| Blog PostExplore React hooks testing through UI interactions and direct calls with the React Testing Library. Get started with clear, practical examples.
Typescript Quick Introduction
Published: at 12:00 AM| Blog PostDo you hate errors in production? If yes, use TypeScript for type-safe development. Learn about types, advanced types, and utilities in this quick introduction.