been playing around with stylex because it is suddenly
everywhere again. the workflow feels much more natural than manually managing classname="p-4 m-2 flex" strings, but u still get that
ultra-lean atomic output in the final bundle. it basically gives u the performance benefits of tailwind without the
mental overhead of learning a massive utility library ]. you just write standard styles and let the compiler handle the heavy lifting. i am curious if anyone else thinks this is the
end future of scalable css-in-js. does it feel too much like a regression to anyone else?
found this here:
https://blog.master.dev/a-deep-dive-into-stylex/