May 15, 2026
react-performance
Code splitting genuinely reduces initial load time, but only when applied at the right boundaries. Here is what actually worked when I measured 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.