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

Brenda Rios - React-timeline - Octos #36

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

Conversation

brendarios
Copy link

@brendarios brendarios commented May 29, 2018

React Timeline

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain what purpose a component serves in React? Components serves in React to split the UI into reusable and independent portions, and think about each of them in isolation. Components render html blocks in a structured and formatted way and for now every component is a class and they should return only one parent element. Components have their own appearance and behavior.
How does adding dynamic content to a web page in React compare to jQuery? Components can be reusable more easily than changes to html made using jQuery. React using the virtual DOM and components can then update a page only a certain portion instead of updating the whole page.
How did you use props in this project? I used props to pass information from timeline.json to create objects of the timeline event component.
Do you have any recommendations on how we could improve this project for the next cohort? The lectures and exercises in class were good and easy to replicate in the project

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