The styling system for the modern web * 🌐₊˚

StyleX retweeted
Stylex is another one of those tools like Relay where it’s annoying to set up, but very worth it because it scales ~infinitely with your codebase. Very happy to see it getting more adoption 😄
1
8
410
We have a Chrome devtools extension as a beta release. While it’s great for debugging StyleX it’s also great for atomic styles in general like with Tailwind or PandaCSS chromewebstore.google.com/de…
1
2
24
3,251
- we wanted to dogfood our unplugin package - we wanted to ensure it also worked with RSCs - we wanted to do cool CSS things Waku + Fumadocs seemed to let us do all 3. Although we barely use fumadocs features beyond the mdx processing at this point.
1
1
11
967
Let’s take a look at Meta’s StyleX — their in-house CSS solution built for scalability. We’ll break down what it is, how it works, and why many believe it could outperform Tailwind for larger projects.
1
3
9
3,893
StyleX retweeted
Replying to @devongovett
StyleX and React Aria work so well together, they really align. My design system uses both. Looking at how Spectrum 2 does styles, it’s very different but has a lot of thematic similarities.
1
2
5
525
👀
Replying to @BeeEmSea
Yes we were inspired by StyleX and Vanilla Extract especially
1
460
My site has finally been fully migrated to: - Bun (on Vercel) - Cache Components / 'use cache' - Turbopack - StyleX
14
5
197
38,117
Happy New Year! An all new stylex website is live, built with waku+fumadocs+stylex This is within a month after the all new playground with shareable links.
Replying to @naman34
The design takes the excellent foundation provided by fumadocs and takes it in a completely new direction using glass-like elements. Shout out to @JoshWComeau for the inspiration for reflective elements.
3
11
1,408
StyleX retweeted
New stylex website in the works, weeks after the new playground - all new design - fumadocs + waku - all styles with StyleX
5
1
22
1,161
StyleX retweeted
Made a reimplementation with @stylexjs and the brand new playground: tinyurl.com/mprnvj2y (Had to fix a bug in the playground so the old link is dead)
<table> highlighting with CSS :has() 💡 td:has(~ td:hover), /* previous sibling cells */ table:has(td:nth-of-type(3):hover) /* column cells */ tr:not(:first-of-type):has(~ tr:hover) td:nth-of-type(3) { background: var(--highlighted); }
2
6
849
We released v0.17 a week ago and 0.17.1 with many fixes over the weekend. With the ongoing NPM issues, Our website isn’t updated but there are some notable features, improvements and fixes.
1
7
2,005
Additionally, we’ve tweaked some of the default configuration options which affects what you’ll see in your dev tools during development, and improved file paths for finding the source of your styles. And obviously bug fixes.
1
3
291
Try the new version of StyleX with the new features and the new unplugin package with your Vite apps. (Including with RSCs) And tell us what you think!! Read the full release notes here: stylexjs.com/blog/v0.17.1/
5
244