Next.js

Frameworks

App Router, server rendering by default, for public sites and operator consoles alike.

A React framework with file-based routing and server-side rendering, which lets a page be delivered as HTML rather than assembled in the browser.

How we use it

Carries the public sites and several internal interfaces. Pages are prerendered where the content is static, so a reader and a crawler get the same finished HTML.

16

Version

11

systems