-
Notifications
You must be signed in to change notification settings - Fork 0
React Component Hierarchy
Roots2D edited this page Dec 27, 2017
·
7 revisions
- Root
- App
- NavBar
- MainPage
- Footer
- App
- Components
- Session
- SessionContainer
- SessionForm
- User
- NewUserContainer
- NewUserForm
- Session
- State
- Session, UserID
- Components
- Channels Bar
- Includes DMs and actual channels
- Name of channel
- DM shows amount of users and username
- single DMs show user status
- Message Board
- Username
- User profile picture
- Timestamp
- Header showing channel name, active users, pins, ect...
- Message Input
- Ability to add attachments
- Send message to backend and dispersed in real time to all users within channel
- Channels Bar
- State
- Channel ID, Message ID, User ID