Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Working on some new exercises to practice our react router skills

Notifications You must be signed in to change notification settings

redi-react-fall-2020/08-exercises-react-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise

"Broken Routing" Exercise

OBJECTIVES:

  1. Bug: Multiple "pages" are showing up at the same time when we only expect one at a time. Fix this.

  2. Bug: Clicking through the link pages does not properly switch between the page components. Fix this.

  3. Swap the order so the navigation bar is below the page content.

  4. Modify the app so '/contact' shows "Contact Page" and "/contact/us" shows "Contact Page for US".

STRETCH:

  1. Add a login field in App.
  2. Update the app state with the username entered in the login field.
  3. Pass that username down to your Home page so that it's personalized and says "Hello , welcome home."

About

Working on some new exercises to practice our react router skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published