Styled components
Description
Utilizing tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components. It also removes the mapping between components and styles – using components as a low-level styling construct could not be easier.
Source styled-components.com
Relations
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
treated in Demystifying styled-components
10.0 rating 7.0 level 10.0 clarity 3.0 background – 1 rating
For so many React devs, styled-components seems kinda magical. It isn't at all clear how it uses trad...