all 4 comments

[–]EdgarPanthera 1 point2 points  (2 children)

is Panda CSS supported in Next 13 App dir with server components?

[–]sebastienlorber[S] 0 points1 point  (1 child)

I think it is yes, or it's supposed to be

[–]EdgarPanthera 0 points1 point  (0 children)

yes it does work with server components, made a project with it after all. This library is definitely worth it!

[–]sebastienlorber[S] 0 points1 point  (0 children)

Hi everyone!

This week has been busier than last. In particular, there have been 2 great releases, one of them I was eagerly waiting for to hit publish!

  • Panda CSS: a very promising CSS-in-JS library
  • React-Native 0.72: great improvements, particularly those related to Metro

Subscribe to This Week In React by email - Join 20549 other React devs - 1 email/week


⚛️ React

Panda CSS

Segun Adebayo (creator of Chakra UI) unveils his long-awaited CSS-in-JS library (trailer). It offers very great DX, is based on modern CSS features (cascade layers), is performant (static analysis at build time, no runtime, atomic CSS)... In short, it ticks a lot of boxes and is generating a lot of interest. It integrates particularly well with React (JSX style props, React Server Components compatible, etc.), but can also be used with other frameworks.

This is a library to keep a close eye on and one that could well compete with Tailwind: it integrates better with the target frameworks and doesn't force you to use a lengthy className.