Skip to content

components

Anastassia Bobokalonova edited this page Apr 12, 2018 · 5 revisions

Component Hierarchy

Frontend Routes

Path Component
/ SplashContainer
/home HomeContainer
/projects/id ProjectShow
/users/:id ProfileShow

SplashContainer

SessionFormContainer

  • Modals:
  • Sign In
  • Sign Up

GreetingContainer

  • Sign In/ Sign Up
  • Link to Homepage

session

HomeContainer

  • ProjectsIndex

homepage

ProjectShowContainer

  • ProjectItem
    • ProjectItemDetails
    • ImagesIndex
    • CommentForm
    • CommentsIndex
      • CommentItem

project

ProfileShowContainer

  • User Detail

profile

Clone this wiki locally