Browsing Tag
zod
2 posts
Using Zod with TypeScript: A Guide for Frontend Developers
If you’re building a frontend application, you’re likely working with data. Whether you’re fetching data from an API,…
Use Server Side Forms in NextJS
I utilized Server Actions, React Server Components (RSC), and Next’s App Router while exploring Forms in Next.js 14.…