AntiPattern
Client Cache Invalidations Misfire
cache-invalidation-misfire
React/RTK/React Query cache keys, tags, and query lifecycles get computed or consumed without the right context, so data refetches or hydration expectations break—causing Suspense to trigger server fetches, useQuery state to stay undefined, and mutations to cascade revalidations unexpectedly.