Learn the practices you should learn to build production-grade Next.js projects
Zod is a Typescript-first validation library for parsing data-structures and validate they respect your schema. In this blog post, we show how to validate a Next.js API's body payload with Zod.
Learn how to write a Next.js middleware pipe to automatically and elegantly handle exceptions in your API functions
Next.js API routes are lean and powerful - but reusing code is not straightforward. Next API Middlewares can help us write better code and more reusable API.
MakerKit is a SaaS starter for Next.js, Firebase, and Tailwind CSS. It comes with authentication, organizations, payments with Stripe, a blog and documentation generators, and much more.
Next.js and React are not opinionated. Much is left to us to figure out - and without rules, our code can get wild pretty quickly. In this post I explain the rationale behind the way I structure my Next.js projects for small and medium-sized apps
Say no to custom banners. This post will teach you how to generate automatic banners for your articles using Next.js, SVG and Sharp
This blog post shows how you can work around a bug in React Firebase's library so that you can render components using Firestore on the server with Next.js