Component Hierarchy with Wireframes - Shelchamp/RumTumTugger GitHub Wiki
Component Hierarchy
RootAppNavBarMainPageFooter
Posts
PostIndexContainer+PostIndex- Route:
/#/dashboard - State:
users,posts - Components
PostIndexItem- State:
users[:id],posts[:id]
- Route:

* `PostShowContainer` + `PostShow`
* Route: `/#/post/:postId`

* `PostFormContainer` + `PostForm`
* Route: `/#/post/new`
* PostForm will change based on formType
* TextPostForm

* ImagePostForm

Session
SessionFormContainer+SessionFormRoute:/#/loginand/#/signup
