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

VideoStore - Emilce & Cara - Octos #18

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

Conversation

emilcecarlisa
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API localhost3000
For each person in your pair, describe something you learned from your partner during this project Learned how to use callbacks and learned how to use a backend that I own with a frontend that I also own.
What was one area of React you gained more clarity on during this assignment? We have a better understanding of how the post/get requests work.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We had several components using similar, but separate handlers.
Describe how you handled rentals with React Rentals were handled by the top-level parent, which made post request to the rails backend, increasing the count of movies rented by each customer.
Describe a DOM event your application handled We had several buttons that were managed by event handlers.
Did you use any functional stateless components? What for? Library and Customers were stateless components and contained the props for that component so that we could display it in the parent component.
Did you use any container components? What for? No.
Do you have any recommendations on how we could improve this project for the next cohort? Yes, more CSS!! And refactoring the customers component so that each customer has its own component.

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