Skip to content

Jessica and Nikki#15

Open
jesshliang wants to merge 77 commits intoAda-C13:masterfrom
jesshliang:master
Open

Jessica and Nikki#15
jesshliang wants to merge 77 commits intoAda-C13:masterfrom
jesshliang:master

Conversation

@jesshliang
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-C13/video-store-consumer-api#11
For each person in your pair, describe something you learned from your partner during this project Jessica - I learned where to do my Axios calls. Nikki - I learned steps in deployment.
What was one area of React you gained more clarity on during this assignment? The entirety; this assignment was like a refresher course.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content The Movie DB list required you to add parameters, which differentiated it from the internal library list.
Describe how you handled rentals with React Found ways to select a movie and a customer. This was done using state.
Describe a DOM event your application handled We had a search function that ran onClick. This would query an internal API, which would query an external API. It would then return JSON that was parsed and displayed in the view.
Did you use any functional stateless components? What for? No, we did not use an stateless components.
Did you use any container components? What for? Yes, we had containers for customers and library items, because we needed something to hold them. Also, the router needed somewhere to direct to.
Do you have any recommendations on how we could improve this project for the next cohort? More React refreshers before we begin.

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