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

Brandy - Timeline - React #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brandyaustinseattle
Copy link

React Timeline

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain what purpose a component serves in React? React makes it possible to create components which facilitates creating custom components written in JSX.
How does adding dynamic content to a web page in React compare to jQuery? React changes what the user sees on the page through the use of custom components that can be rendered by the browser. jQuery is just a library so it doesn't involve creating components, just selecting elements on the page.
How did you use props in this project? I used props to define the person, status, and time properties of the timelineEvent and the events property of the Timeline. I use that structure when passing in values to create instances of different components.
Do you have any recommendations on how we could improve this project for the next cohort? No recommendations.

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