reacttips-dev / stylex

Write CSS-in-JS with atomic support. Like Facebook's Stylex!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you using your yourself?

wmertens opened this issue · comments

I noticed that this repo hasn't changed recently, and also that Meta still didn't open source Stylex, so I wonder if it's working well for you.

Are you happy with this approach?

commented

@wmertens IMHO, if you are looking for an Atomic CSS-in-JS library that looks like stylex, you could try style9.

style9 is being actively maintained, widely used, and has a similar API to Facebook's stylex.

You can seamlessly switch from style9 to stylex without any effort once stylex is open-sourced and published: just replace style9 with @stylexjs/stylex in your codebase.

@wmertens I've looked through the project, this maybe is a readable and run-able version of compiled FB source code.
I'd be nice in studying and inspiration but be careful to use it in your production.