Next.js is baked into Blitz and almost all features of Next.js are
supported. For more info on the differences see here:
Why use Blitz instead of Next.js
Next.js is a popular React Framework with many
built-in features, such as:
Pre-rendering, both static generation (SSG) and server-rendering
(SSR) are supported on a per-page basis
Automatic code splitting for faster page loads
Client-side routing with optimized prefetching
Development environment which supports Hot Module Replacement