If you use styled-components and want to try out @panda__css for better RSC support, Panda now supports tagged template syntax 🎉
Check out the migration guide 👇🏻
panda-css.com/docs/migration…
The @panda__css video came out on a Friday and still did 13K which is a ripper by Friday standards for me. So 👍 to that. Is there any interest in a follow up on Panda-CSS covering design systems, mono-repos, and use across view frameworks.
Want to do CSS-in-JS on NextJS App Router with RSCs? @panda__css has you covered! youtu.be/fKSemrudovo Let's build a #barbenheimer voting app using the Panda-CSS, the App Router, RSCs and server actions!
With the recent launch of @panda__css , a common question you might have is when to use Chakra UI vs Panda.
In this video, I’ll explain the difference and when to use which.
Check it out 👇
Just deployed the beta version of Open Previews.
This was a fun one to build:
✅ Backend - @wundergraphcom
✅ Zero database - Everything is stored in @github discussions/comments.
✅ Static CSS - @panda__css
✅ UI - @radix_ui
Give it a go:
openpreviews.com/
Here’s a quick @panda__css tip for today: HASHING
Panda allows you to hash the generated atomic classname to produce terser html output.
Let me show how it works 👇
Based on popular demand, we've added a migration guide from Stitches to Panda 💛
If you use Stitches and want to try out Panda? Check our docs below 👇🏻
panda-css.com/docs/migration…
Day 36 of #100DaysOfCode@panda__css has an awesome feature - studio. It's a gallery/playground of your tokens. Usually I built something similar with Storybook, it's lit to have it OOTB 🔥 I managed to fix an upstream issue and setup its automatic deployments in my project
I prefer to avoid creating yet another abstraction in my css file. Having to name my class names is an additional barrier for future me / anyone else who will be changing this component. IMO @panda__css does this the best as I don’t have to create a new component to apply styles.
Day 27 of #100DaysOfCode
I've decided to pursue SvelteKit instead of Next.js🚀 I feel it's in a better state for my use case atm. Also @panda__css folks fixed the Svelte support (🥰) and I've made a PR to simplify Svelte setup docs! I already migrated the boilerplate to SvelteKit