Styled Components Overview
What are styled components:
They are basically set of components that allows us to write JavaScript in a very elegant and reusable way.
So when we want to use styled components the first thing we do is to create react app then
npm i styled-compone...
chibueze.hashnode.dev4 min read