DEV Community

Discussion on: Feb. 14, 2020: What did you learn this week?

Collapse
 
tringakrasniqi profile image
Tringa Krasniqi

I learned different ways of adding CSS to React components (inline, in global css file and using Radium). :)

Collapse
 
nickytonline profile image
Nick Taylor

Nice! Just FYI, Radium from Formidable is a little older in the CSS in JS space. If you're new to the CSS in JS space, styled-components and Emotion are great libraries to check out as well and provide more functionality.

Keep learning! 🔥

Collapse
 
tringakrasniqi profile image
Tringa Krasniqi

Yeah I'm really new to CSS in JS, I'm switching from Angular to React so they're quite different in this aspect. I will definitely try them out. Thanks a lot for letting me know ^_^