CSS in JS vs Traditional CSS: Which Approach is Right for Your Project?
Probably one of the most important decisions you'll make while building an app is how you are going to style your components. The two popular techniques in terms of CSS are the use of CSS in JS and Traditional CSS. Each technique can have some benefi...
blog.akshayraichur.com6 min read
Anand Baraik
Novice in everything, student for life!
Mostly I use hybrid approach. Thanks for sharing @akshay, it's a good read.