Client Component with use() Hook - Modern React pattern for client-side data fetching with Suspense.
💡 Pattern: Client Component + use() Hook
This Client Component fetches data from the browser using React use() hook. The skeleton shows while waiting for the API response. Similar to useState but with Suspense integration.
@Bret