Completed
- How to Incrementally adopt RSCs
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Makeshift Next.js from Scratch - Server-Side Rendering
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - What is a Framework vs. Library vs. Meta-Framework
- 3 - What do frameworks do?
- 4 - Adding Server-Side Rendering
- 5 - When to fetch data
- 6 - Adding File-System Based Routing
- 7 - Adding Data Fetching Server-Side
- 8 - Framework Benefits: Free Upgrades
- 9 - renderToString vs. renderToPipeableStream
- 10 - React Server Components RSCs
- 11 - How to Incrementally adopt RSCs
- 12 - React Context with RSCs
- 13 - Conclusion