How I structure styled-components

styled-components is an approach to writing CSS, in JavaScript. It has all the features which enhance the styling of React components

Chetan Raj
JavaScript in Plain English
3 min readFeb 13, 2021

--

  • Automatic critical CSS — No unnecessary code on your page, only renders the CSS when the components are injected into a page
  • Dynamic styling — It adapts the…

--

--