Skip to content

Conversation

@goblineer
Copy link

React Timeline

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain what purpose a component serves in React?
How does adding dynamic content to a web page in React compare to jQuery?
How did you use props in this project?
Do you have any recommendations on how we could improve this project for the next cohort?

@goblineer goblineer changed the title Pushing all code up for review activity Ports -- Kate Jun 11, 2019
Copy link

@kaseea kaseea left a comment

Choose a reason for hiding this comment

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

Great job Kate!

<article className="timeline-event">
<p className="event-person">{props.person}</p>
<p className="event-status">{props.status}</p>
<p className="event-time">
Copy link

Choose a reason for hiding this comment

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

very clean!

return (
<TimelineEvent
key={i}
person={event.person}
Copy link

Choose a reason for hiding this comment

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

also very clean!

);
});

return <section className="timeline">{eventFeed}</section>;
Copy link

Choose a reason for hiding this comment

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

good use of className!

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