Skip to content

Frontend Routes

Catherine Vidos edited this page Sep 16, 2020 · 14 revisions

Root App NavBar (main components) Footer

The following routes, defined in App, will render components between NavBar and Footer.

/

  • Splash

/login

  • SessionForm /signup
  • SessionForm

/feed

  • DiscoverNewPins

/users/:userId

  • ProfileComponent
  • BoardIndex -BoardIndexItem

/users/boards

  • NewBoardForm

/users/pins

  • PinIndex -PinIndexItem -CreatePin

/users/pins/:pinId

  • EditPin
  • DeletePin

/users/followers

  • ShowFollower

/users/following

  • ShowFollowing
Clone this wiki locally