Next.js 15 workshop by Alice De Mauro from Vercel explored the power of the new App Router, Server Components, Error Boundaries, and the Not Found primitive.
Next.js introduces features like dynamic routing, route grouping, and protected pages to build fast, flexible, and scalable applications.
Layouts and Templates in Next.js help organize the app's UI with persistent UI and dynamic UI reset on route change, respectively.
Next.js 15 also includes features like Not Found primitive, Error boundaries, and improved routing with dynamic routes.