Pattern
State-Driven Feedback Loops
state-driven-fetch-remount-loop
State changes trigger lifecycle re-runs (remounts, effects, or callbacks) that refetch or rerender, which then updates the same state again; the system oscillates between renders and network work, causing performance collapse and inconsistent UI behavior.