
8/8/2017
What this post added
This post announces the stable release of Next.js 3.0, introducing two major features: Static Export Support (`next export`) for deploying projects as plain HTML/CSS files, and Dynamic Import Support leveraging TC39 dynamic import proposals. It also details `next/dynamic` for dynamically loaded React Components that support server-rendering, improved error display, and enhanced Hot Module Replacement (HMR) stability across various error scenarios including Node.js 8.0 support, navigation to errors, 404 handling, incorrect return types, and runtime errors. Performance improvements include a 5x faster bootup time for baseline apps and a 10% leaner core bundle.