frontend routes - adammoftah/Stack-Overwhelm GitHub Wiki

Frontend Routes

Component Structure

  • Root
    • App
      • NavigationBar
        • Search
      • StackOverwhelm
        • Users
        • Questions
        • Answers
          • Votes
      • Footer

Routes of components to be rendered on the page in between the NavigationBar and the Footer:

  • /

    • SplashScreen
  • /feed

    • QuestionIndex
      • QuestionIndexItem
  • /login

    • SessionForm
  • /signup

    • SessionForm
  • /questions/new

    • QuestionForm
  • /questions/:questionId

    • QuestionShow
  • /questions/:questionId/edit

    • QuestionForm
  • /search

    • Search