Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kat Eastman -- React-Timeline -- Octos #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kseastman
Copy link

React Timeline

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain what purpose a component serves in React? A component contributes look, feel and behavior. Component is a react class that individual components inherit from that is similar to ActiveRecord in rails.
How does adding dynamic content to a web page in React compare to jQuery? React manipulates a virtual DOM that is a copy of the DOM state that was captured, which allows each save to update the webpage without having to reload the site.
How did you use props in this project? The props cascaded through each JSX call to a more granular component. I loaded the JSON file to a variable, and fed the events array portion to a JSX call to the Timeline component as the prop events, which in turn was mapped into JSX elements and fed as a prop to the TimelineEvent component.
Do you have any recommendations on how we could improve this project for the next cohort? Not really, no. Make it more challenging, maybe? I forgot to commit because I was expecting more meaty requirements later, and then checked and I was finished.

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.

1 participant