UserProfile.tsx
Trigger Fetch
Simulate Success
Simulate Network Error
State Variable
status: "loading"
Data Store
data: null
Console Execution Log
[10:00:01] Hook mounted: useEffect triggered
[10:00:02] Line 13: setStatus('loading')
[10:00:02] GET /api/user/42 200 OK (pending)