DEV Community

Cover image for How to Use Sass and Styled Components in a React JS Application

How to Use Sass and Styled Components in a React JS Application

Tim Smith on March 16, 2019

Today we will be covering a few popular methods to style our React JS applications such as Styled Components and Sass to explain the benefits of bo...
Collapse
 
iskin profile image
Andrey Sitnik

What do you think about next generation of zero-runtime CSS-in-JS, where you do not need to put CSS parser to client-side JS bundle?

Like Astroturf and Linaria?

They allow you to keep CSS in JS files, but allow to use Sass/Autoprefixer and generate the same static CSS file.

Collapse
 
iam_timsmith profile image
Tim Smith

I haven’t ever heard of these. I’ll have to check them out for sure! Thanks for the links!

Collapse
 
mohanbvej profile image
mohanbvej

nice