React v6 Routes

  1. Start with npx create-react-app react-router-demo

  2. Modify your App.js to like this

  3. Create the following Components

  4. Click on any of the menu links and notice that you lose the menu, and you have to click the back button or type http://localhost:3000 to back the home page

    1. this is because they are all subcomponents of <App>

  5. Modify App.js so it looks like this

  6. Observe that the url changes but the child layout doesn’t display anything