Styled components


Topic | v1 | created by jjones |
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.


Relations

uses React

React (also known as React.js or ReactJS) is an open-source, front end, JavaScript library for buildi...

uses CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a docu...


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...