Skip to content

Branches - Farah and Julia#15

Open
juliabouv wants to merge 22 commits into
Ada-C12:masterfrom
in-formation:master
Open

Branches - Farah and Julia#15
juliabouv wants to merge 22 commits into
Ada-C12:masterfrom
in-formation:master

Conversation

@juliabouv

Copy link
Copy Markdown

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#8
For each person in your pair, describe something you learned from your partner during this project Props go down and callback methods go up, and how and when to implement ternaries.
What was one area of React you gained more clarity on during this assignment? Props and callbacks, React router, and working with two languages simultaneously.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used the images in the front end to differentiate the movies, so we did not have trouble with this.
Describe how you handled rentals with React We added a function into the App component to create a rental that did a post request using selected customer and movie information.
Describe a DOM event your application handled When you click a movie image in the Library it triggers the onClick event handler which ultimately sets the selected movie to the movie clicked on.
Did you use any functional stateless components? What for? We did not.
Did you use any container components? What for? App functioned like a container component.
Do you have any recommendations on how we could improve this project for the next cohort? Discussion on React Router during project introduction.

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