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

Richelle (water) - Exquisite React #26

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

Conversation

r-spiel
Copy link

@r-spiel r-spiel commented Jan 7, 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? State is an object that can change, so the current state is saved and state is updated through the event handlers that set/reset the state.
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 to Game which is the parent to 3 components: RecentSubmission, PlayerSubmission, FinalPoem. So those last 3 components are siblings, they all display their elements on Game in differing circumstances.
How did this project differ from in-class examples? I'm not sure what this means.
How was this project similar to in-class examples? I think my submitted example matches the features/capability of the sample site. The sample does allow the player to submit a blank poem. My does too for now.

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