AntiPattern
State–Action Mismatch Loops
state-action-mismatch-refetch-loop
UI state fails to reflect intended updates because store dispatches, reducers, and component effects don’t line up—wrong action types, stale closures, and remount-triggered refetch create cycles where state changes are ignored or repeatedly re-fetched.