Styled-Components Nitty Gritty
Learn alternative way to style React applications in JS. UPDATED (20.03.2018) Recently, I was starting a new project and the time came, when I had to decide on my approach to styling. Of course, I could go with traditional BEM, but I was leaning towards CSS modules, since they go well with React. I ...