Front End State - emrebaran7/independent_camp GitHub Wiki
Root
App
NavBar
MainComponent
Footer
Inside the main component:
/
Splash
/login
SessionForm
/signup
SessionForm
/albums/new
AlbumForm
/albums/:albumId
AlbumShow
/releases/:albumId/edit
AlbumForm
/tracks/new
TracksForm
/tracks/:trackId
TrackShow
/discover
bonus:
/users/:userId
ProfileComponent