Tag:javascript
All the articles with the tag "javascript".
-
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.