DEV Community

Discussion on: How are you using Styled Components?

Collapse
 
ksengine profile image
Kavindu Santhusa

Both styled-components and emotion.js are using stylis.js to parse styles. So personally I prefer goober.js which is less than 1kb

But please check the benchmarks before you change your library.

Tip: use bundlephobia.com to inspect the size of styled-components