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

Earth- Ana #32

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

Earth- Ana #32

wants to merge 10 commits into from

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