Rendered in the browser
Loading data in browser...
💡 Key: "use client" directive at top tells Next.js to render on client side
📝 Check page source - no data in HTML! Added by JavaScript after page loads. Check Network tab for API call.