Skip to content

Space - Katie#29

Open
ktvoort123 wants to merge 4 commits intoAda-C13:masterfrom
ktvoort123:master
Open

Space - Katie#29
ktvoort123 wants to merge 4 commits intoAda-C13:masterfrom
ktvoort123:master

Conversation

@ktvoort123
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 holds information that can be changed in React. We use state to be able to reflect changes/actions made by the user in what is rendered on screen.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? RecentSubmission, PlayerSubmissionForm and FinalPoem were siblings, and were children of Game. Game was a child of App.
How did this project differ from in-class examples? This project was different from in-class examples in that it had multiple components that changed based on submissions -- recent submission and final poem.
How was this project similar to in-class examples? There were many similarities between this project and the most recent iteration of Student. One part from student that I found very helpful to use in this project was the refactoring of event handlers into a single function -- otherwise it would have been a lot of code because you would need a function for each field.

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