AntiPattern

State Update Feedback Loops

store-state-feedback-loop

State-driven UI changes trigger additional store updates (remounts, refetch effects, or async callback closures), so derived conditions re-enter the same path repeatedly and make state appear stale or “not updated” despite successful dispatches.