A quick-start guide to styled Components with examples — Styled components is the result of wondering how we could enhance CSS for styling React component systems: Automatic critical CSS, No class name bugs, Easier deletion of CSS, Simple dynamic styling, Painless maintenance, Automatic vendor prefixing. What will be covered in this article: Prerequisites; Installation; Basics; Autoprefixer; Global styles;