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

Lily & Phoebe - Ampers #6

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

Lily & Phoebe - Ampers #6

wants to merge 74 commits into from

Conversation

pmanni02
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-C9/VideoStoreConsumer-API#3
For each person in your pair, describe something you learned from your partner during this project We both that AWS deployment is not user-friendly
What was one area of React you gained more clarity on during this assignment? How it interacts with the backend and how you can do alerts with Javascript. I learned why its good to have simple component design and meaningful component names.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We had a single movie component and assigned each movie object to its own component. All movie components were then rendered within a rentalList (list of movies) component.
Describe how you handled rentals with React We used state in App to hold rental data. The rental customer and movie were passed in callback functions from rentalList and customerList components.
Describe a DOM event your application handled If you click a movie poster it will add it to the state variable mentioned above.
Did you use any functional stateless components? What for? Yes. Movie and customer components.
Did you use any container components? What for? Yes. RentalList, CustomerList, ShowMovieResults.
Do you have any recommendations on how we could improve this project for the next cohort? Don't make it with sqlLite3. Maybe add seeding to a demo of AWS deployment.

lillers1122 and others added 30 commits June 18, 2018 14:51
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