Type something to search...

Blog

Next.js permanentRedirect

Next.js permanentRedirect

Every framework that handles routing eventually needs an answer to one specific question: "this URL used to point somewhere, and now it permanently p

Dive Deeper
Next.js Implementing Partial Prerendering on your platform

Next.js Implementing Partial Prerendering on your platform

Most of the articles in this series are written for people building Next.js applications. This one isn't. If you're building a deployment platform, a

Dive Deeper
Next.js preferredRegion (deprecated)

Next.js preferredRegion (deprecated)

This reference documents an officially deprecated option. It's included here for the practical reason every deprecated API reference exists: real

Dive Deeper
Next.js Prefetching

Next.js Prefetching

Every framework with client-side navigation makes some version of the same promise — "clicking a link feels instant" — and the mechanism behind that

Dive Deeper
Next.js Preserving UI state with Activity

Next.js Preserving UI state with Activity

Before Cache Components, keeping a page's state alive across a navigation and back required real effort: hoisting state up into a shared layout so it

Dive Deeper
Next.js Preventing flash before hydration

Next.js Preventing flash before hydration

There's a specific category of UI bug that only exists because of server rendering, and it trips up almost everyone the first time they hit it: anyth

Dive Deeper