There is many great CSS-in-JS libraries on the internet, Which one do you use and why?
For further actions, you may consider blocking this person and/or reporting abuse
There is many great CSS-in-JS libraries on the internet, Which one do you use and why?
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
Ben Halpern -
Arseni Kavalchuk -
Oluwatobiloba Akinbobola -
Top comments (2)
I'm a big fan of the
styled
API that both styled-components and Emotion provides. I generally try and use Emotion, since it does have a smaller bundle size than styled-components.Nextjs with CSS or SCSS seems to do this well, with less overhead.
Nestjs also supports
<style jsx>
which is automatically scoped.