Skip to content

Conversation

anakp07
Copy link

@anakp07 anakp07 commented Jan 8, 2021

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? We use State in React to change the status of a given component data. State gets triggered when an event occurs, then state updates the data and the new component renders again.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? We had Game which was nested inside of App. Then FinalPoem, PlayerSubmissionForm, and RecentSubmission were all nested inside of Game and were all siblings.
How did this project differ from in-class examples? FinalPoem, PlayerSubmissionForm, and RecentSubmission all needed their own state defined/updated.
How was this project similar to in-class examples? This was similar to how handled state/event handling and generating forms with Ada Students.

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