styled-components / styled-components

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
https://styled-components.com
MIT License
40.11k stars 2.48k forks source link

Will styled-components ever support latest react features (server components, streaming, concurrent redering) ? #4265

Open jonrrivera opened 2 months ago

jonrrivera commented 2 months ago

Been a long time fan / user of styled-components. But recently I have found myself using tailwind 😳 because I want to leverage latest React (Server Component) features on Next.js.

I would hugely prefer to continue using styled-components since I love the syntax and already have so many projects using it. But im mainly wondering the interest and possibility for styled-components to adopt these latest react features? is this something this library is looking to get into?

Would love to hear some thoughts. thank you !!

tim-soft commented 2 months ago

Vercel has some vague statement in their docs

https://nextjs.org/docs/app/building-your-application/styling/css-in-js

We're working with the React team on upstream APIs to handle CSS and JavaScript assets with support for React Server Components and streaming architecture.

I have not seen any updates since they posted this many months ago

Anyone feel free to clue me in if I've missed something

eualex commented 1 month ago

@quantizor ?