I\'m trying to setup a react-router for my first React webapp, it seems to be working except that the css doesn\'t load for my nested pages when I refresh the p
react-router
Found it!
Add the HTML Element:
to your index page to set a base case for your URL so all else will follow suite.