kripod / glaze

CSS-in-JS microlibrary for making design systems approachable with React
https://glaze.js.org/
MIT License
414 stars 10 forks source link

Production ready? #37

Open merelinguist opened 4 years ago

merelinguist commented 4 years ago

Hey! I’m one of the core members at @blitz-js, and I’ve been investigating some different styling solutions as we begin to build more UI-facing products. My question is simple: how ready-for-use is Glaze right now? It looks awesome, and is currently my favourite solution from what I’ve seen, but I’d hate to have to migrate from one tool to another if there were problems.

Thanks for any extra info/context! 🥇

kripod commented 4 years ago

Hello,

Thank you for asking! While glaze is an ambitious project, it isn't quite there yet. I'm working on a new atomic CSS-in-JS runtime which will possibly be released by Monday. It will resemble the core functionality of Emotion / Styled Components, but with atomic decomposition, minimal footprint (<2 KB min+gzip) and a type-safe API.

The upcoming library will serve as a solid foundation glaze can build upon. I think it should take a few weeks for the project to mature. I'm leaving this issue open for occasional status updates. Please stay tuned!

kripod commented 4 years ago

I've just released otion, a featherweight atomic CSS-in-JS library to built glaze upon. Issue #38 has been opened to track the migration process from treat.