AntiPattern
Mismatched Client/Server Data
client-server-data-assumption-mismatch
Suspense-based server fetching and initial client state get treated as equivalent, but they aren’t hydrated the same way—leading to stale or missing profile/header data, incorrect response semantics, and broken assumptions about where data comes from.