Fetch and display user data on mount with loading and error states.
import { useState, useEffect } from 'react'; export default function UserProfile({ userId }) { // Fetch user data and display }