Skip to content

Frontend Routes

Kodi edited this page Aug 13, 2020 · 2 revisions
  • Our components are organized as follows:

  • Root

    • App
      • NavBar
      • (main component goes here)
      • Footer

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

  • /
    • Splash
  • /login
    • Sessionform
  • /signup
    • Sessionform
  • /wall
    • WallIndex
      • WallIndexItem
  • /:userId
    • ProfileComponent
    • WallIndex
      • WallIndexItem
  • /comment/new
    • CommentForm
  • /comment/:commentId
    • CommentShow
  • /comment/:commentId/edit
    • CommentForm
Clone this wiki locally