/css-in-js-comparison

Helps you to choose a CSS in JS lib

Primary LanguageJavaScript

css-in-js-comparison

This project will help you to analyze various libraries that allows you to write CSS in JS.

For each lib there is a little example and the generated css formatted using this tool.

Doesn't work because of some issue with the routing (Check out here the app), you really have to clone and run it with gulp to test it.

Libraries

Analyzed:

Todo:

Future:

Temp

Against inline CSS:

  • Also if you want to edit some of these properties in the web inspector, it won't edit all instances of the component;
  • Performance?

Install

  • Make sure you already have node.js installed;
  • Clone the project in a folder (let's say "css-in-js-comparison");
  • Open a command line and cd into the folder;
  • Run the command npm install;

Run it