Skip to content

Frontend Routes

Catherine Vidos edited this page Sep 20, 2020 · 14 revisions
  • Root
    • App
      • NavBar
      • (main component)
      • Footer

The following routes, defined in App, will be children of the Main Component.

  • /

    • Splash
    • Modal
      • LoginForm
      • SignupForm
  • /feed

  • /users/:userId

    • Modal
    • Following
    • Followers
  • users/:userId/pin_build

  • users/:userId/board_build

  • users/:userId/boardId

  • users/:userId/PinId

Clone this wiki locally