Skip to content

Yieni & Ross#24

Open
syrosalynyu wants to merge 53 commits intoAda-C13:masterfrom
syrosalynyu:master
Open

Yieni & Ross#24
syrosalynyu wants to merge 53 commits intoAda-C13:masterfrom
syrosalynyu:master

Conversation

@syrosalynyu
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#16
For each person in your pair, describe something you learned from your partner during this project Ross: Yieni made the great decision on getting rid of Movie components in the Library component! Yieni: I've learned how to utilize VScode to stage and commit changes and how to set up React Router.
What was one area of React you gained more clarity on during this assignment? The callbacks that send back information to the parent from the child.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content In library, we just render the movie info directly right after we receive the API response; in the SearchContainer component, we render out the Movie component.
Describe how you handled rentals with React We created callbacks in the App.js for both selected customer and selected movie. When a onClick event happens, we send a API call to the Rails API to create a rental record.
Describe a DOM event your application handled See above
Did you use any functional stateless components? What for? All of the components that we created are stateless components
Did you use any container components? What for? No, we didn't use container components. We map the movie/customer info in the return block.
Do you have any recommendations on how we could improve this project for the next cohort? Not assigning this after we just finished bEtsy LOL

syrosalynyu and others added 30 commits June 22, 2020 21:30
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