Make Your CSS Dynamic πΊ With Styled Components
styled-components helps you write better CSS in React. It does so by allowing you to wrap all your component's styles into a neat, style-only component.
So, instead of this:
.wrapper{
font-family: sans-serif;
}
.button {
background: #2b2b2b;
...
vtrpldn.hashnode.dev6 min read
AbdulSamad Ayoade
I'm a passionate front end developer in love with building beautiful user interfaces and experiences.
Have heard about styled-components before but hadn't use it or how it works.
This article is quite an eye-opener. Love it