RSC support using the React 19 style hoisting
Author: isBatakCreated Mar 9, 2026Updated Mar 9, 2026
Labelsfeature requestneeds triage
The problem
styled-components recently added support for RSC using the React 19 style hoisting with precedence attribute.
https://styled-components.com/releases#[email protected]
PR: https://github.com/styled-components/styled-components/pull/5620/changes
I remember the emotion team mentioning there was some performance issues with style hoisting. It could be that it's resolved now.
Proposed solution
Alternative solutions
Additional context
Source: emotion-js/emotion