Next.js
Full-stack React framework tutorials and deep dives.
Next.jsblog
Next.js Middleware: What It's For and When to Avoid It
Middleware runs before every matching request — that makes it powerful for auth and redirects, and easy to misuse for things that belong in a page instead.
Ava Chen
Jul 8, 20263 min read
Next.jsdocs
Getting Started with the Next.js App Router
A reference guide to the Next.js App Router: file conventions, layouts, and data fetching.
Ava Chen
Mar 1, 20262 min read