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

Rachael of the mighty water class #40

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

Conversation

RachaelGomez
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 an object that is built to change as the app is used. We use it when we have something that we want to change throughout the use of the app
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? Recent submission, Final Poem and SubmissionForm were all siblings of one another and were nested within Game.
How did this project differ from in-class examples? There were more things that changed on screen as states changed. Such as the final poem showing and not allowing more submissions.
How was this project similar to in-class examples? They both dealt with forms and used event handling.

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work Rachael, you have a fully functional Exquisite corpse game and you got all the tests to pass. Well done.

You do have a few warnings in the tests which are because you have added an isSubmitted prop to PlayerSubmissionForm which the tests aren't using. If you add it, the warnings will stop.

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.

2 participants