Open jviereck opened 9 years ago
@SanderSpies / Andrey Popp's react-style library is one of the most popular - https://github.com/js-next/react-style
My typography project fits here as well.
Don't forget about https://github.com/chenglou/rcss
@chenglou was the true pioneer!
Also, https://github.com/ebryn/ember-component-css - This way of binding styles to corresponding components is interesting and solves some issues.
ShadowDOM to encapsulate CSS -> https://github.com/Wildhoney/ReactShadow
Style sheet language for creating inlineable style objects for react-native and react-canvas -> https://github.com/orktes/rjss
Shady DOM is an interesting approach: https://www.polymer-project.org/0.8/
https://github.com/martinandert/react-inline tansforms inline styles defined in JavaScript modules into CSS code and class names so they become available to the className
prop of React elements.
Comparison of 12+ different ways of doing CSS in JS: https://github.com/MicheleBertoli/css-in-js
JavaScript -> CSS http://j2c.py.gy/
https://github.com/css-modules/css-modules :sparkling_heart:
Feel free to chop in the ones you have in mind yourself:
ts-style
: https://github.com/robertknight/ts-style by @robertknightreact-responsive-grid
: https://github.com/KyleAMathews/react-responsive-grid by @KyleAMathewsRadium
: https://github.com/formidablelabs/radium by @FormidableLabs/@alexlandereact-style-syntax
: https://github.com/js-next/react-style-syntax - not sure if there is "owner" per see, maybe @SanderSpies ?