
Articles
Next.js
Next.js is an open‑source, React‑based web development framework by Vercel that enhances Node.js for creating fast, scalable web applications. It combines server‑side rendering (SSR) and static site generation (SSG) with dynamic routing, API routes, automatic code splitting, and support for React Hooks and TypeScript.
Below you will find a subset of articles from my blog specifically about Next.js. This is an area that I have worked with for many years, and have managed to write about quite a few times. There are twenty‑five collected together for you below.

Understanding getStaticPaths in Next.js. Understanding

GetStaticProps vs. getServerSideProps in Next.js. getStaticPropsvs.getServerSidePropsin Next.js
Static Generation vs. Server‑Side Rendering in Next.js. Static Generation vs. Server‑Side Rendering in Next.js

Dynamic Routes in Next.js. Dynamic Routes in Next.js

Custom _app and Custom _document in Next.js. Custom
_appand Custom_documentin Next.js
Using next/link for Client‑Side Navigation. Using
next/linkfor Client‑Side Navigation
Understanding File‑System Routing in Next.js. Understanding File‑System Routing in Next.js