Setup: Go Back In Time
- I'll try to call out the new and the old
- RSC fits nicely into the existing way you write react
Claim: “React Server Components (RSC) are just PHP”.
Reality: RSC are special because it finally means we can use the same tech to render components on both the client or the server. One line of code converts a server component into a client component: 'use client'