-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes and Components
junnac edited this page Nov 5, 2019
·
7 revisions
Our components are organized as follows:
-
Root-
AppNavBar- (main component goes here)
Footer
-
The following routes, defined in App, will render components between NavBar and Footer.
-
/Splash
-
/loginSessionForm
-
/signupSessionForm
-
/feed-
GuideIndexGuideIndexItem
-
CitiesIndexCitiesIndexItem
-
BreweryIndexBreweryIndexItem
-
-
/users/:userIdProfileComponent-
FavoriteBreweryIndexFavoriteBreweryIndexItem
-
/guides/:guideId-- comments form on guide show page-
GuideShowCommentFormGuideCommentsCommentForm
-