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

Time - Alicia #46

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

Time - Alicia #46

wants to merge 4 commits into from

Conversation

aecombs
Copy link

@aecombs aecombs commented Apr 16, 2020

Assignment Submission: Timeline

Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.

Reflection

Prompt Response
What is a Component in React? Components are the "filling" to our React pie-- they're rendered by the App.js file and hold a single function.
What are props in React? Props are the variable we use to communicate from parent to child, or from any file that is rendering a component.
How did you use props in this project? We used props a couple of times -- when calling Timeline in our App and passing the raw json, and then inside of Timeline when we called TimelineEvents and passed the refined json into it to return a TimelineEvent object.

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