Improved
1.2.2
Faster first paint
Initial render no longer blocks on style injection, cutting time-to-first-paint on cold loads by roughly a third.
Styles are now injected in a single pass before the first commit rather than per component. On a page with forty components that removes thirty-nine synchronous style recalculations.
Median time-to-first-paint down 34% on the reference page.
No API change — the improvement applies automatically.