Slide 28
Slide 28 text
Next.js App Router
An opinionated React meta-framework by Vercel, offering:
> Server-Side Rendering (SSR), Static Site Generation (SSG), ISR
(Incremental Site Regeneration)
> Automatic code splitting
> File-system based routing and nested layouts
> API routes
> Caching, Image optimization, SEO, ++
> React Server Components