Skip to content

Conversation

@ktvoort123
Copy link

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? a JavaScript function or class which knows how to render pieces of thge user interface and assign them behavior.
What are props in React? Props are passed from the outside of the component into the component as an argument. They are a way to manage and share data between components.
How did you use props in this project? I used props in this project to pass data into the Timeline component.

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