Jun 26, 2026
react-performance
I profiled a React app that felt sluggish despite simple component logic. The problem wasn't the code we wrote, but the massive third-party libraries we imported. Here's how to diagnose and fix it.
Jun 24, 2026
react-performance
I was asked to diagnose a React app failing its Core Web Vitals. The culprit was image handling. Here is the step-by-step process we followed to fix it.