This video applies things Dan Abramov taught in his GitHub discussion.
Please note that this is a streamlined, barebones model that takes a significant number of shortcuts and isn't fully representative of the complete, in-depth implementation. It's designed to give you a working knowledge of React and Next.js, allowing you to comprehend the operations occurring behind the scenes. This should teach you how server components works, not how to use server components.
This repo has 2 branches:
main
for the starting point, andspoild
for the finishing one.
Feel free to browse them as necessary. You can also clone the repo and run git checkout <branch>
to switch between them.