Frontend Routes - MLT-NYC/mxpx GitHub Wiki

Frontend Routes

  • Root
    • App
      • NavBar
      • (main component)
      • Footer

The routes below will render the components between NavBar and Footer.

  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /homefeed
    • PictureIndex
      • PictureIndexItem
  • /users/:userId
    • ProfileComponent
    • PictureIndex
      • PictureIndexItem
  • /pictures/new
    • PictureForm
  • /pictures/:pictureId
    • PictureShow
      • 'Comment Index'
      • 'Comment Form'
  • /pictures/:pictureId/edit
    • PictureForm