Skip to content

Time - Haben#15

Open
HabenFoto wants to merge 11 commits intoAda-C13:masterfrom
HabenFoto:master
Open

Time - Haben#15
HabenFoto wants to merge 11 commits intoAda-C13:masterfrom
HabenFoto:master

Conversation

@HabenFoto
Copy link

Assignment Submission: Exquisite React

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

Reflection

Prompt Response
Define in your own words: What does "state" in React mean? How do we use it? State is what allows you to create components that are dynamic and interactive. It is data that changes over the lifetime of a specific instance of a React component.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? The components PlayerSubmissionForm.js,FinalPoem.js and RecentSubmission.js are all siblings while Game.js
controlling all of them or they feed information into it.
How did this project differ from in-class examples? This was much bigger and further nested using more props and state. We used App.js to control the components in the in-class examples while here we use Game.js even though we have App.js present.
How was this project similar to in-class examples? The main purpose in both was to make a form and so most functions were relatable.

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