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

Ports - Alex #18

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

Ports - Alex #18

wants to merge 14 commits into from

Conversation

alexandria7
Copy link

Exquisite React

Congratulations! You're submitting your assignment.

Comprehension Questions

Feature Feedback
How did this project differ from in-class examples? One difference was that in this project we kept state in a higher up component (Game) as opposed to setting state farther down. Additionally we had no logic in App besides displaying the Game component. This project also seemed less about passing props down through multiple components but rather passing props to one component, passing the response back up to the parent, and then having the parent component pass that to a different child component.
How was this project similar to in-class examples? Props and state were both utilized between components, and callback functions were passed as props to child components.
If you had time to refactor one part of this project, what would you do to make it better? I’m not convinced that all of my logic is living up in Game. I would like to re-assess and try to make that the case.

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