- UserAction ( get user: https://jsonplaceholder.typicode.com/users)
- PostAction ( get posts: https://jsonplaceholder.typicode.com/posts)
- CommentAction (get comments: https://jsonplaceholder.typicode.com/comments)
- RootReducer( combine operation )
- UserReducer
- PostReducer
- CommentReducer
- index
- App
- HeaderComponent
- BodyComponent
- UserComponent
- PostComponent
- CommentComponent
- FooterComponent
- App