Setting Background Color of Body Dynamically in React
In a single-page application, you only have one body element, and although you can specify the background color of body in a global stylesheet, it's not easy to update the background color dynamically for different pages in your website.
I encountere...
blog.reactplay.io2 min read