Loading video player...
๐ Learning : Default = Server Component (runs on server, zero JS shipped). 'use client' directive for interactivity. When to use which? Composition patterns: Server โ Client wrapping. Understand the React Server Component (RSC) payload. ๐ Hands-On : Build a page with a Server Component fetching static data and a Client Component with useState for a like button. Inspect the network tab โ observe zero JS for server parts. ๐งช Mini-Project : "Quote of the Day" โ Server Component fetches a quote from a free API (https://api.quotable.io). Client Component adds a "Copy to Clipboard" button + like counter with useState.