All the articles with the tag "React".
How to replay user input that happened before React hydration: preserving filter state, firing onChange, and keeping URL query params in sync.
Using Rolldown's Native MagicString and OXC-AST to preload lazy modules and eliminate Suspense waterfalls during React hydration.
Pair useSyncExternalStore with useDeferredValue and memoization to keep hydration concurrent and INP friendly.
All-in-one guide for improving Interaction-to-Next-Paint (INP) React applications. Introduces the useAfterPaintEffect hook.