CSS-IN-JS-Benchmarks icon indicating copy to clipboard operation
CSS-IN-JS-Benchmarks copied to clipboard

Feat/nano css

Open streamich opened this issue 6 years ago • 0 comments

Added nano-css.

I'm not sure why Travis tests fail.

nano-css seems to be the fastest, even faster than pure React.

nano-css (using put() interface) | + | + | 29.6 | 51.15
react (with inline-styles) | - | + | 30.5 | 51.42

Also, nano-css is the fastest lib that does NOT use inline styles:

nano-css (using drule() interface) | + | - | 35.6 | 62.18

streamich avatar Mar 25 '18 18:03 streamich