We are very excited excited to announce the stable release of Next.js 3.0. Ever since our beta announcement , we have been using it to power vercel.com and have received lots of feedback and contributions from our community . Let’s walk through what’s been improved and what’s altogether new, or fetch the latest version from npm ! New to Next.js? Next.js is a zero-configuration, single-command toolchain for React apps, with built-in server-rendering, code-splitting and more. Check out Learn Next.js to get started! Link to heading Static Export Support This was the most request feature by the community on GitHub. And we have delivered! All it takes to export your project to a directory with plain .html and .css files is to configure your project and run: The bonus? You can deploy statically to now.sh as many times as you want, for free!…