-
Notifications
You must be signed in to change notification settings - Fork 1
Component Hierarchy
Tan Loc Phan edited this page Jan 30, 2018
·
14 revisions
- App
- NavBar
- MainPage (all other Components are rendered inside here)
- Footer
-
SessionFormContainer
+SessionForm
-
RecipeIndexContainer
+RecipeIndex
-
RecipeIndexItem
(Can be reused for Story, Category)
-
-
SearchFormContainer
+SearchForm
-
FilterOptionsContainer
+FilterOptions
FilterOptionItem
SearchResult
-
-
Article
-
ArticleHeader
-
ArticleNavbarContainer
+ArticleNavbar
-
-
ArticleBody
ArticleTitle
ArticleAuthor
ArticleText
-
-
CommentContainer
+Comment
-
CommentFormContainer
+CommentForm
-
CommentIndexContainer
+CommentIndex
CommentIndexItem
-
-
SuggestionContainer
+Suggestion
SuggestionItem
BONUS (for later)
-
HowtoIndexContainer
+HowtoIndex
-
HowtoIndexItem
(Can be reused for Video)
-