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

&& Mariko and Nicoleta #19

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

Conversation

nbrandolini
Copy link

@nbrandolini nbrandolini commented Jun 22, 2018

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API https://github.com/marikoja/VideoStoreConsumer-API
For each person in your pair, describe something you learned from your partner during this project Nicoleta: I learned how to better use the API and Postman requests. Using props and passing to child components. Mariko: I learned how to use the Router and styled the Router and create rentals.
What was one area of React you gained more clarity on during this assignment? Making calls to the API and interaction between the technologies and the servers running at the same time. UGHHH!
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used ComponentDidMount() for the local API and click the event listener for the external one on the SearchResults.
Describe how you handled rentals with React We setState and then made a post request to rentals#check-out using movie title and customer id as params to create a new rental in the database.
Describe a DOM event your application handled We used onClick to create a rental.
Did you use any functional stateless components? What for? No
Did you use any container components? What for? No
Do you have any recommendations on how we could improve this project for the next cohort?

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