"Broken Routing" Exercise
-
Bug: Multiple "pages" are showing up at the same time when we only expect one at a time. Fix this.
-
Bug: Clicking through the link pages does not properly switch between the page components. Fix this.
-
Swap the order so the navigation bar is below the page content.
-
Modify the app so '/contact' shows "Contact Page" and "/contact/us" shows "Contact Page for US".
- Add a login field in App.
- Update the app state with the username entered in the login field.
- Pass that username down to your Home page so that it's personalized and says "Hello , welcome home."