DEV Community

Discussion on: Mar. 20, 2020: What did you learn this week?

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Learnt how to implement dark/light mode using styled-components and Hooks!

Collapse
 
nickytonline profile image
Nick Taylor • Edited

I haven't used styled-components in a while. Did you go about that using their ThemeProvider?

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Yes, I've used ThemeProvider and createGlobalStyle methods.