What is Styled Component
Styled component is syntactic sugar of javascript to achieve CSS in JS
Benefits
- conditionally applying css styling which is otherwise called dynamic styling
code splitting meaning only whatever css properties is required, will be loaded
Rest are all fluff
Top comments (0)