Skip to content

Latest commit

 

History

History
112 lines (93 loc) · 16.5 KB

README.md

File metadata and controls

112 lines (93 loc) · 16.5 KB

Build Status

CSS in JS

React: CSS in JS techniques comparison.

Usage

Inside each package folder, run:

npm i
npm run build && open index.html

Features

How to read the table

More ticks doesn't mean "better", it depends on your needs. For example, if a package supports the css file extraction you can run the autoprefixing at build time.

Package Version Automatic Vendor Prefixing Pseudo Classes Media Queries Styles As Object Literals Extract CSS File
aphrodite 1.2.3
babel-plugin-css-in-js 1.2.2
babel-plugin-pre-style 1.0.9-alpha
bloody-react-styled 3.0.0
classy 0.3.0
csjs 1.0.0
css-constructor 0.1.1
css-light 1.1.0
css-loader 0.15.6
css-ns 1.0.0
cssobj 0.2.21
cssx-loader 3.8.0
emotion 6.0.3
es-css-modules 1.2.3
freestyler 1.0.2
glamor 2.1.0
glamorous 1.0.1
hyperstyles 3.3.0
i-css 1.0.4
j2c 0.10.0
jsxstyle 0.0.14
linaria 0.5.0
pre-style 1.0.9-alpha
radium 0.13.5
react-css-builder 0.2.0
react-css-components 0.6.9
react-css-modules 3.0.2
react-cssom 1.0.0
react-cxs 1.0.0-beta.4
react-fela 2.1.0
react-free-style 0.6.0
react-inline-css 1.2.0
react-inline-style 0.1.0
react-inline 0.6.3
react-jss 2.0.5
react-look 0.6.1
react-native-web 0.0.11
react-statics-styles 3.0.2
react-styl 0.0.1
react-style 0.5.5
react-styleable 1.4.0
react-stylematic 1.0.1
react-theme 0.1.4
react-vstyle 0.1.0
reactcss 0.3.2
restyles 2.0.1
scope-styles 0.6.0
smart-css 1.1.1
stile + react-media-queries 2.0.0
stilr 1.1.0
stylable 5.0.2
style-it 1.2.9
styled-components 1.0.3
styled-jsx 0.0.7
styletron-react 2.1.2
styling 0.2.0
superstyle 1.0.0-1
typestyle 0.22.3
uranium 0.1.2

How to update table

  1. Edit data.json
  2. Generate table based on data.json
cd webpage
yarn
yarn readme

Testimonials

"Wow, this totally makes my week!" - Dan Abramov

"nice compilation of css-in-js techniques" - TJ Holowaychuk

SurviveJS / Styling React by Juho Vepsäläinen

The Case for CSS Modules by Mark Dalgleish

First Class Styles by Mark Dalgleish

Styling React.JS applications by Max Stoiber

Contributing

If your package is not listed here, feel free to add it.