All the articles with the tag "performance".
All-in-one guide for improving Interaction-to-Next-Paint (INP) React applications. Introduces the useAfterPaintEffect hook.
Re-visitting the most performant way of passing state to JavaScript with benchmarks and a DevTools challenge.
Pair useSyncExternalStore with useDeferredValue and memoization to keep hydration concurrent and INP friendly.
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.
Why you don't want SVGs in your JavaScript bundle and better performante-oriented techniques for using SVGs in JSX.
Guide for the <picture> & <img> srcset and sizes attributes to create responsive & performant images.