Top 5 Next.js 10 New Features
Next.js 10 shipped with a lot of announcements. Here is what actually matters - ranked by how much it changes how you build - and what you can safely ignore until v11.
Next.js 10 shipped with a lot of announcements. Here is what actually matters - ranked by how much it changes how you build - and what you can safely ignore until v11.
Generate a dynamic sitemap.xml at build time in Next.js - glob-based page discovery, robots.txt setup, and what to watch out for when your site has dynamic routes.
Step-by-step guide to building a statically-generated blog with Next.js and Markdown - dynamic routes, static props, gray-matter parsing, and a component-based layout - all with minimal dependencies.