New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
My counter climbs to a huge number in under a second, then the tab freezes.
What you'll have at the end
The counter settles at a small, steady number and stops, with the dependency array fixed
You need
A React component using useState and useEffect where a displayed count climbs uncontrollably or the tab locks up soon after the page loads, open in a browser with React DevTools installed.
Not covered
An effect that reruns because something outside it genuinely changed, a fresh prop, a value the reader typed. This recipe covers only an effect that restarts itself with no outside cause.
Leans on
Checked 22 Aug 2026
Part of the React Frontend Framework cookbook