-
Notifications
You must be signed in to change notification settings - Fork 0
Component Hierarchy
danamansana edited this page Dec 28, 2017
·
7 revisions
- Root
- SessionButtons Container + Session Buttons, State: session
- Search Bar
- Link to Questions
- Link to Ask Question
- Questions, State: questions, users
- Question Item, State: question[:id], user[:id]
- Body
- Answers, State: answers, users
- Answer Item, State: answer[:id], user[:id]
- Comments, State: comments, users
- Comment Item, State: comment[:id], user[:id]
- SessionForm Container and SessionForm, State: errors
- App
- Main
- NavBar
- Components:
- Questions Components
- Question Components
- Session Components