Skip to content

Time - Angela#33

Open
angethuy wants to merge 19 commits intoAda-C13:masterfrom
angethuy:master
Open

Time - Angela#33
angethuy wants to merge 19 commits intoAda-C13:masterfrom
angethuy:master

Conversation

@angethuy
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" encompasses any data that is expected to change within a React component. We use it to keep track of component properties as they change so that we can update children components when needed.
Describe the relationships between the components on a high-level: Game is a container component for the three siblings RecentSubmission, PlayerSubmissionForm, and FinalPoem. PlayerSubmissionForm is a container component for my Field components.
How did this project differ from in-class examples? Managing a starting object populated by mixed data types was new. This project was also a bit more complex in terms of managing various component visibility to reflect state.
How was this project similar to in-class examples? I referenced the Forms Worksheet and Tic Tac Toe project a lot to determine how to manage inputs and callback functions. I relied on Tic Tac Toe especially to create dynamically generated input fields via usage of smaller children components.

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