Skip to content

Time - Anaya#20

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

Time - Anaya#20
denisseai wants to merge 11 commits intoAda-C13:masterfrom
denisseai:master

Conversation

@denisseai
Copy link

@denisseai denisseai commented Apr 23, 2020

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? Where and what the value of a variable "is" over the life of the application. The state may change depending on when we need it by using "useState()"
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? App.js renders Game.js and it dynamically calls, manages and handles the information gathered from the nested components. All the .js files within the components folder are nested in the file Game.js and they are consider siblings.
How did this project differ from in-class examples? There was not id verify data in this project to compare before adding to the array. There was more use of components and keeping track of their state and how they interact with each other.
How was this project similar to in-class examples? I found some similarities when needing to erase the data after being submitted, using prop-types and not being able to submit data unless all the fields have input.

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