Jacob 'kurtextrem' Groß
https://kurtextrem.de/
Jacob 'kurtextrem' Groß portfolio overview, including links to blog posts, projects, research and tools published.
フィード

Concurrent Hydration with useSyncExternalStore
Jacob 'kurtextrem' Groß
Pair useSyncExternalStore with useDeferredValue and memoization to keep hydration concurrent and INP friendly.
23日前

How To Improve INP: React⚛️
Jacob 'kurtextrem' Groß
All-in-one guide for improving Interaction-to-Next-Paint (INP) React applications. Introduces the useAfterPaintEffect hook.
1年前

How To Improve INP: Yield Patterns
Jacob 'kurtextrem' Groß
How to yield to the main thread to improve Interaction-to-Next-Paint (INP) and detailed insights into patterns like await-interaction-response, yieldToMain, yieldUnlessUrgent.
1年前

Fastest Way of Passing State to JavaScript, Re-visited
Jacob 'kurtextrem' Groß
Re-visitting the most performant way of passing state to JavaScript with benchmarks and a DevTools challenge.
2年前
Breaking Up with SVG-in-JS
Jacob 'kurtextrem' Groß
Why you don't want SVGs in your JavaScript bundle and better performante-oriented techniques for using SVGs in JSX.
2年前

The modern way of serving images
Jacob 'kurtextrem' Groß
Guide for the & srcset and sizes attributes to create responsive & performant images.
3年前
