This is my personal blog, where I share my thoughts about various subjects, and what I'm learning. I hope that you'll like the content.
Styled Components are one of the new ways to use CSS in modern JavaScript. It is the meant to be a successor of CSS Modules, a way to write CSS that's scoped to a single component, and not leak to any other element in the page.