Skip to content

frontend routes

Darian Chen edited this page Oct 5, 2022 · 1 revision
  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /questions feed
    • QuestionIndex
      • QuestionIndexItem
  • /users/:userId
    • ProfileComponent
    • QuestionsIndexForUser
      • QuestionsIndexForUserItem
    • AnsweredQuestionsIndexForUser
      • AnsweredQuestionsIndexForUserItem
    • FollowedQuestionsIndexForUser
      • FollowedQuestionsIndexForUserItem
  • /questions/new
    • QuestionForm
  • /questions/:questionId
    • QuestionShow
  • /questions/:questionId/edit
    • QuestionForm
Clone this wiki locally