5 ms·
Author here, I haven't had time to play around with it, but this library[0] from Atlassian looks like a "best of the both worlds" styling approach: CSS-in-JS au
by 01brett 5y ago
Author here, I haven't had time to play around with it, but this library[0] from Atlassian looks like a "best of the both worlds" styling approach: CSS-in-JS authorship without the runtime penalty.
[0] https://compiledcssinjs.com/ https://compiledcssinjs.com/
- bezieio 5y agoIf you like the idea of tailwind and don't want to look at utility classes and still want the power of styled-components or react-emotion I'd check out Chakra UI [0]. [0] https://chakra-ui.com/ https://chakra-ui.com/
- 01brett 5y agoChakra is excellent. I recommend it for any React devs considering Bootstrap. It's doubly useful if you don't have a designer.