Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire - Madeline #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fire - Madeline #50

wants to merge 2 commits into from

Conversation

made-line
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 the value of a variable which changes over time. We change the state of the input variable when the user updates an input.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? PlayerSubmissionForm, RecentSubmission, and FinalPoem were siblings and nested in Games.
How did this project differ from in-class examples? We needed to keep track of all of the form submissions.
How was this project similar to in-class examples? We used state to keep track of form fields.

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