vercel / styled-jsx

Full CSS support for JSX without compromises
http://npmjs.com/styled-jsx
MIT License
7.65k stars 266 forks source link

Server Components #836

Closed ghost closed 1 year ago

ghost commented 1 year ago

Do you want to request a feature or report a bug? Feature

Is there plans to support react server components?

huozhi commented 1 year ago

Please checkout this docs on next.js side of using styled-jsx in app directory, but we only support client components not in server components because the styling will increase the flight data during navigation as the styles are always included.