Skip to content

Ports - Sopheary & Jillianne#29

Open
sophearychiv wants to merge 82 commits into
Ada-C11:masterfrom
sophearychiv:master
Open

Ports - Sopheary & Jillianne#29
sophearychiv wants to merge 82 commits into
Ada-C11:masterfrom
sophearychiv:master

Conversation

@sophearychiv

Copy link
Copy Markdown

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/jillirami/VideoStoreConsumer-API
For each person in your pair, describe something you learned from your partner during this project Sopheary: I'm glad Jillianne forced me to get comfortable with using branches. Jillianne: Sopheary encouraged great time management, and not to settle for minimum requirements.
What was one area of React you gained more clarity on during this assignment? Sopheary: lifting states up to the parent components. Jillianne: passing and utilizing callback functions.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We created a Movie component that we render in the Library component.
Describe how you handled rentals with React We first get all the rentals via axios, and then in React, for each rental, we circle through the response data and make an array of rentals for each customer specific to id.
Describe a DOM event your application handled onClick that we used to show Customer Rentals. When we click on it, we call axios get request to get rentals and then in React, we we circle through the response data and make an array of rentals for each customer specific to id.
Did you use any functional stateless components? What for? Yes, Library, Movie, Customers, Customer and more...
Did you use any container components? What for? Library and Customers components for holding and listing movies and customers respectively.
Do you have any recommendations on how we could improve this project for the next cohort? No. Good project!

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