Setup: Go Back In Time

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'