Frontend Routes - slimjim49j/ViewTube GitHub Wiki

Frontend Routes

Component Hierarchy

  • root
    • app
      • nav
      • guide
      • (main components go here)

Routes

  • /

  • /channel/:id

    • ChannelShow
  • /watch/:id

    • VideoShow
      • LikeComponent
      • CommentsIndex
        • CommentsIndexItem
  • /signin

    • SessionForm
  • /signup

    • SessionForm
  • /results

    • ResultIndex
      • ResultIndexItem