-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
Nick edited this page Oct 1, 2020
·
6 revisions
-
Root-
App-
Modal(the routes nested underModalwill be shown independently of each other)VideoUploadFormSidebarUnsubcribeForm
- (The main component will go here)
-
-
The following routes, defined in App, will render components within the App
-
/-
VideosIndexNavBarSideBarVideosIndexItem
-
-
/loginSessionForm
-
/signupSessionForm
-
/videos/:videoIdVideoShow-
NavBar-
VideoCommentsListVideoCommentsListItem
-
NextVideosListNextVideosListItem
-
-
/users/:userId-
UserShowNavBar-
SideBar-
SubscriptionsListSubscriptionsListItem
-
UserInfoComponent-
UserVideosIndexUserVideosIndexItem
-
SubscriptionsIndexSubscriptionsIndexItem
-