Metigy

Styling and Theming with React and Emotion CSS Prop

Styling and Theming with React and Emotion CSS Prop

React has made building complex UI components painless and fun. However, styling hundreds of reusable components with CSS stylesheet can often be unpredictable. Poor class naming could accidentally overlap with other styles, specificity issues caused by CSS injection order and the list goes on. CSS stylesheet just wasn’t built for styling component-based approach. So hence […]