Next.js App

Static page →

Pre-rendering method that generates the HTML at build time. The pre-rendered HTML is then reused on each request.

SSR page →

Pre-rendering method that generates the HTML on each request.