Skip to content

Frontend routes and Components

jas-singh-code edited this page Mar 15, 2021 · 3 revisions
  • /signup
    • SessionFrom
  • /login
    • SessionFrom
  • /wall
    • PostIndex
      • PostIndexItem
  • /users/:userId
    • Profile (name, image, age)
    • PostIndex (all of user's posts)
      • PostIndexItem (each post)
        • PostIndexItemComments (all comments of post)
  • /posts/new
    • PostForm
  • /post/:postId/edit
    • PostForm
Clone this wiki locally