-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
maggiecs edited this page Jan 22, 2019
·
5 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.
-
/when not logged inSplash
-
/when logged in -
PostIndexPostIndexItem
-
/loginSessionForm
-
/signupSessionForm
-
/users/:userIdProfileComponent-
PostIndexPostIndexItem
-
/posts/newPostForm
-
/posts/:postId-
PostShowCommentsIndexCommentForm
-
-
/posts/:postId/editPostForm