Skip to content

Component Hierarchy

Paul edited this page Jan 29, 2018 · 7 revisions

functional component hierarchy

  • Root
    • App
      • NavBar
      • MainContent - holds all other components

navbar

  • Sign in:
    • SessionButtonContainer + SessionButtons
      • State: session
  • Explore (all projects)
  • Start a project

Projects

  • ProjectIndexContainer + ProjectIndex
    • Route: /#/

Show Page

  • Route /#/projects/:projectId
  • State: project, rewards,
  • Components:
    • Project Container
    • Reward Container

Clone this wiki locally