React: CSS in JS techniques comparison.
Inside each package folder, run:
npm install
npm run build && open index.html
Package | Pseudo Classes | Media Queries | JavaScript Powered | Extract CSS File |
---|---|---|---|---|
css-loader | x | x | x | |
jsxstyle | x | |||
radium | x | x | x | |
react-css-builder | x | |||
react-free-style | x | x | x | |
react-inline-css | x | x | ||
react-statics-styles | x | x | x | |
react-styl | x | x | ||
react-style | x | x | x | |
smart-css | x | x | x | |
stilr | x | x | x | x |
If your package is not listed here, feel free to add it.