Posts
All the articles I've posted. If you're looking for a specific page, check out the search.
-
How To Improve INP: Yield Patterns
Posted on: Jul 11, 2024Detailed insights into patterns like await-interaction-response, yieldToMain, yieldUnlessUrgent & tips for faster Interaction-to-Next-Paint (INP).
-
Fastest Way of Passing State to JavaScript, Re-visited
Posted on: Dec 8, 2023Re-visitting the most performant way of passing state to JavaScript. Contains microbenchmarks and a DevTools challenge.
-
Breaking Up with SVG-in-JS in 2023
Posted on: Jun 30, 2023Technical deep-dive on why you shouldn't have SVGs in your JS bundle and better techniques for JSX usage.
-
The modern way of serving images
Posted on: Jan 25, 2023Technical in-depth guide for the <picture> & <img> srcset and sizes attributes to create responsive & performant images.