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

Branches, Sara and Kristy #22

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

Conversation

kristyh32
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C12/video-store-consumer-api#16
For each person in your pair, describe something you learned from your partner during this project Kristy - I learned a bunch of cool shortcuts from Sara, like this thing {selectedCustomer && (. Sara - learned more how to read others code.
What was one area of React you gained more clarity on during this assignment? Componentdidmount functions made much more sense to both of us after this project.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We had a functional Movie component that handled all of the different data.
Describe how you handled rentals with React To create a Rental, App had state that kept track of a selected customer and movie, clicking the button passed both of those objects in a post request to our API to create a rental.
Describe a DOM event your application handled We handled onClicks for all of our buttons and on onChange to update the parameters of our movie search.
Did you use any functional stateless components? What for? Yes we used them to render individual movie cards.
Did you use any container components? What for? Yes we had a MovieLibrary that rendered all of our individual movie components. Search did the same thing with movie components
Do you have any recommendations on how we could improve this project for the next cohort? Maybe have a short lesson on how an API can call another API.

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