Skip to content

Conversation

steve-messing
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 tracks the state of variables that we declare using hooks. we use and transform these state variables as we navigate through and do things in the app
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? RecentSubmission, PlayerSubmissionForm and FinalPoem are all sibling elements nested inside Game
How did this project differ from in-class examples? conditionally hiding and showing elements based on state variables
How was this project similar to in-class examples? controlled forms felt familiar

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