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.
Apr 28, 2026
react-performance
Bundle size affects load time directly, but you need to actually measure what is in your bundle before you can meaningfully reduce it. Here is the process I use.