Jul 10, 2026
react-performance
A memory leak in React is not the same thing as a slow render. Here is a troubleshooting checklist for the most common causes, with symptoms, root causes, and fixes.
Jun 22, 2026
react-performance
Dependency array issues are responsible for a large share of the React bugs I get asked to debug. Here is what causes them under the hood and how to fix each variant.