So what I want is to have a top-level routing in App.js that routes to Home on \"/\". In Home i want to render a few things and then
App.js
Home
I needed to make the following changes:
App.js: Change Router to Switch, change the order of the Routes and set "/" to a relative path
} /> } />
Remove the Router from Home:
THIS IS HOME WOO! } /> } />