Skip to content

Frontend Routes and Components

aguamenti edited this page Aug 18, 2018 · 9 revisions

Frontend Routes

Components organized as follows:

  • Root
    • App
      • NavBar
      • main component
      • Footer

The following routes, defined in App, will render components between NavBar and Footer:

  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /workspace
    • #general channel shown by default (other channels are viewed upon click), with ChannelIndex and DirectMessageIndex in sidebar
  • /channels/new
  • /directmessages/new
Clone this wiki locally