Create ThemeProvider using context
Opened this issue · 1 comments
vblazenka commented
I see you are trying to manage theme in the root component state. See if you can figure out how to use react context for that.
kedmenecr commented
Hey Vedran!
Thanks for the suggestion, I will 100% use react context for this!
I'm currently working on CLI, thank you!