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

Branches, Michaela, C. Gutierrez #28

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

Conversation

CEsGutierrez
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#18
For each person in your pair, describe something you learned from your partner during this project MM: I learned that you can use parallax scrolling to keep a background image in place as you scroll! I also learned about more ways that you can structure your css tags. CG: I learned a lot about the value of ternaries and that I should not try to avoid them.
What was one area of React you gained more clarity on during this assignment? Learning how to use componentDidMount for specific display purposes, and the difference between mounting and rendering. The value of being deliberate about where to put state early in the process.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content They’re all unique because it’s iterating over the list of movieList and parsing it into unique Movie components.
Describe how you handled rentals with React Movie and Customer both have a select… callback function, which then passes that instance to App.js, which stores it in state. With that information, App.js calls the API to create a rental.
Describe a DOM event your application handled The Movie and Customer select both occur when the select button triggers an onClick event.
Did you use any functional stateless components? What for? es. Most of our components were functional except for Search and App because most components passed state back to their parent.
Did you use any container components? What for? Library and Customers existed only to display instances of Movie and Customer.
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