Skip to content

Frontend routes and Components

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