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

adds tweet-css

Open streamich opened this issue 7 years ago • 0 comments

tweet-* is a class of libraries that fit into a single tweet.

tweet-css is a microscopic virtual DOM CSS library that fits in a tweet, at only 178 bytes.

However, it works the same as nano-style, which inlines a <style> element in document body with every component, so I thought it would be useful to see its performance.

tweet-css has by far the worst performance:

  tweet-css:
    - Rerender Duration: 672.5601 ms
    - Mount Duration: 307.79999999999995 ms

streamich avatar Mar 25 '18 20:03 streamich