FACG5 / unicornz

https://unicornz-app.herokuapp.com/
1 stars 1 forks source link

add in styled-components? #93

Open maxgerber opened 5 years ago

maxgerber commented 5 years ago

I've been looking through everyone's projects and it really struck me that nobody is using styled-components for styling!

I'm sure you've heard of it but styled-components belongs to the CSS-in-JS family, and it's brilliant for this kind of work. In the past couple of years, it has become the standard way to style in React projects - this is both in small projects and huge companies - so it's a really valuable thing to get familiar with. Most of your CSS code can be re-used, so I think it's really worth taking a look 👀

Here's a little more info on styled-components and why it's the best, and please let me know if you have any questions and I'd be happy to help!