DEV Community

Discussion on: Intro to Styled Components for your React App

Collapse
 
kimsean profile image
thedevkim

I used this on one of my project. Its good but i think it takes more time rather than using sass

Styled

  1. creating a styled function
  2. Insert style
  3. Importing on the react component
  4. Applying it on the render (Tags)

SASS

  1. create class name
  2. insert styles
  3. add it on className
Collapse
 
olenadrugalya profile image
Olena Drugalya

That is probably true about more time, but for me styled components are more "react style" styling :)