Articles and guides about next.js — 3 posts
Build on your basic Next.js notes app by integrating a real database (Prisma + SQLite), implementing advanced routing patterns (route groups, parallel routes), mastering data caching and revalidation, adding search and pagination with URL search params, and using Zod for robust server action validation — all with a fruit-themed twist.
Upgrade a basic Next.js notes app with advanced patterns: middleware-based authentication, optimistic UI updates using Server Actions, parallel data fetching, and streaming with Suspense. Build a basketball-themed coach's playbook that feels instant and resilient.
This tutorial teaches Next.js 16 from the ground up by building a progressive web app for notes. You'll learn the App Router, Server Components, data fetching, and API routes through a hands-on animal-themed project, comparing modern and legacy approaches.