-
Jun 21, 2026
react-performance
useTransition is often reached for as a generic performance fix, but it solves a narrow, specific
-
Apr 21, 2026
react-performance
Understanding how React batches state updates explains a lot of confusing render behavior. Here is what is happening under the hood, based on testing across different scenarios.
-
Mar 03, 2026
react-performance
Server Components are often discussed abstractly. Here is what changes for performance in practice, based on working through real migration scenarios.