css-in-js-poc
v1.0.0
Published
A comparison of differant css in js libraries
Readme
Proof of concept for css in js
Prerequisites
- install node: https://nodejs.org/en/download
Install
npm i -g yarn
git clone [email protected]:nialloc9/css-in-js-comparison.git
cd css-in-js-comparison
npm installRun
npm run compile npm run compareQuestions to answer?
Which library produces the smallest bundle?
Which has the fastest compile time?
Answers
- Styletron is fastest to compile with styled-components taking the longest.
- Emotion is biggest to compile with styled-components the smallest.
