Shivang Rathore How To Add Typescript Types To Request Body in NextJS API Using Zod In this article we will learn how we can implement request validation in nextjs api using zod. Next Js React Js TypeScript
Shivang Rathore Server Actions Pattern I used trpc and like how it provide a type safe interface and error handling. But can we achieve same thing with server actions? Javascript TypeScript React Js Next Js
Shivang Rathore Turborepo for NextJs and Express with Typescript In this blog we will talk about how to setup a turborepo (monorepo) with nextjs as frontend and express js as the backend. This guide can we followed for any frameworks by just tweaking few steps. Turborepo Next Js Express TypeScript