@leecockcroftSubmitted almost 5 years ago
I've not done many React Apps. Any bad Habbits/ better ways please add your feedback.
Thanks Lee
I've not done many React Apps. Any bad Habbits/ better ways please add your feedback.
Thanks Lee
Hey Lee,
Awesome solution you've done! Just some tips to help you improve your code and design:
changeCss()
function could be something setTheme()
, that's can really help you when the project gets big.You can take a look at Clean code tips.
Congratulations and keep it up!