Skip to content

Conversation

@krismosk
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#9
For each person in your pair, describe something you learned from your partner during this project Kristina: I learned testing components from Elizabeth! Elizabeth: I learned the search component from Katie. Katie: I learned how to connect the front end to the back end from Kristna, and Github pages.
What was one area of React you gained more clarity on during this assignment? Conditional rendering, Single Page Applications, and routing
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We split up the MovieDB movies from our database of movies
Describe how you handled rentals with React We used state, and made API calls with axios to the back end to make changes to the database.
Describe a DOM event your application handled Onclick events for adding movies to our rental library.
Did you use any functional stateless components? What for? Movie and customer were stateless components because they only needed to render props.
Did you use any container components? What for? RentalLibrary, CustomerList, RentalList were container components that were responsible for rendering child components.
Do you have any recommendations on how we could improve this project for the next cohort? Going over routing and SPA would be helpful prior to the project

krismosk and others added 30 commits December 16, 2019 15:44
…erList and into home. code is broken at the moment
…e in Home and fed callback function down to Movie.
north108 and others added 30 commits December 18, 2019 10:32
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.

3 participants