AntiPattern
Stale Initial State Assumptions
stale-initial-state-and-hydration-assumptions
Initial React state and data-fetch lifecycles are assumed to be stable or prefetchable, so components render with only first-render values or never hydrate, while query/connectivity constraints hide the real source of missing data.