Next.js Framework Evolution
Next 3.0 Preview: Static Exports and Dynamic Imports

Next 3.0 Preview: Static Exports and Dynamic Imports

5/15/2017

What this post added

Introduced `next export` for static site generation, enabling deployment without a server. Added support for TC39 dynamic imports (`import()`) and a `next/dynamic` higher-order component to facilitate lazy loading of components. Enhanced server-side rendering capabilities to work with dynamic imports, preventing blank pages or loading spinners.

Read the original post ↗