Skip to content

Week 2 Assignment#7

Open
tbreon wants to merge 1 commit into
modern-web-application-uw18:masterfrom
tbreon:master
Open

Week 2 Assignment#7
tbreon wants to merge 1 commit into
modern-web-application-uw18:masterfrom
tbreon:master

Conversation

@tbreon

@tbreon tbreon commented May 2, 2018

Copy link
Copy Markdown

Week 1 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment (1-5):
  • Completion rating on this assignment (complete/incomplete):
  • Github handles of code I've reviewed:

@irenab1 irenab1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"for you" card is laid out differently from missed article card. They do have repeatable/reusable component which could be made into a class, and that's title/desc/author/date/time to read

}
render() {
let articles = this.state.articles.map((article, idx) => {
return(

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would've made a component representing a single card and used it in lines 14-25 here and lines 16-26 in missed-articles.js

Comment thread social-network/src/App.js
return (
<div>
<h3>For you</h3>
<Creativityarticle />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creativityarticle as a component would've made sense, but not Creativityarticles which you have here. Same for missed articles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants