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

Blaine-Fire #44

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

Blaine-Fire #44

wants to merge 7 commits into from

Conversation

Blaine206
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 a way to control a components and where it's at in the react cycle. It handles changes in a component.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? Game was nested in App. Then FinalPoem, PlayerSubmissionForm, & RecentSubmission were children to Game.
How did this project differ from in-class examples? There were conditionals that made appear and disappear accordingly.
How was this project similar to in-class examples? The way state was used and handled, props, and the form creation.

});

const onFieldChange = (event) => {
console.log(`Field updated ${ event.target.value }`);

Choose a reason for hiding this comment

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

Remember to remove debugging console.log

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