DEV Community

Kevin
Kevin

Posted on

CSS Styled Components

What is Styled Component
Styled component is syntactic sugar of javascript to achieve CSS in JS
Benefits

  1. conditionally applying css styling which is otherwise called dynamic styling
  2. code splitting meaning only whatever css properties is required, will be loaded

  3. Rest are all fluff

Top comments (0)