Frontend Routes - MannanK/Superflix GitHub Wiki
Frontend Routes
The components are organized as follows:
RootAppNavBar- (main components go here)
Footer
The following routes will be defined in App and will render the following components between NavBar and Footer:
/Splash
/loginSessionForm
/signupSessionForm
/browseMainMediaMediaIndexMediaRowMediaRowItem
/browse/genre/:genreIdGenreIndexMediaRowMediaRowItem
/browse/my-listMyListMediaRowMediaRowItem
/search?q={search_terms}SearchIndexMediaRowMediaRowItem
/watch/:mediaIdMediaPlayer