Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
An Introduction to Next.js and What's to Come in 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 "Web Framework": opinionated systern with default tooling
- 3 Routing Web applications can consist of many pages
- 4 Routing - Codebase
- 5 Routing - Code Splitting
- 6 Pre-rendering HTML
- 7 Static Generation - Dynamic Routes
- 8 Static Generation - Preview Mode Show the updated content to editors
- 9 Static Generation - Incremental Generation
- 10 Server-Side Rendering On-demand
- 11 Data fetching - Eliminated from browser bundles
- 12 Core Web Vitals
- 13 Granular Chunking • Automatic optimization . 20% or more reduction in application size
- 14 React Fast Refresh