Change page background color with each route using ReactJS and React Router?
问题 How can I change the browsers background color when going to a new route, using ReactJS and React Router? See my EDIT's below for ideas I figured out along the way: I can get this working on the <div> in each page view, but I need it working on the full background so the full browser window shows the background. I playing with jQuery, but wondering if that's even the right way to solve this? I'm also trying to use React.DOM.body , but not getting it working: render: function() { return ( <div