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- Schanen #48

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

Earth- Schanen #48

wants to merge 14 commits into from

Conversation

schanenR
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? Sate is the current representation of a given object and which is capable of updating and re rendering subject to defined events.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? App is the parent of the Game component which is the parent of three sibling components - RecentSubmission, FinalPoem & Player SubmissionForm.
How did this project differ from in-class examples? There was more conditional logic in this app.
How was this project similar to in-class examples? We had nested components which passed data with props and callback functions.

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