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 - Diana and Brianna #14

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

Conversation

brikemp
Copy link

@brikemp brikemp commented Dec 20, 2019

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#7
For each person in your pair, describe something you learned from your partner during this project Diana: Creating button text props that can be usedChange in the searchBar Brianna: I gained a lot of clarity on callBack methods especially when handling events
What was one area of React you gained more clarity on during this assignment? Everything, React was not as clear before doing this project. Now we have a better understanding of how components work/relate to each other.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We didn't encounter this problem, we used titles to differentiate the movies from the start
Describe how you handled rentals with React We created a component and only made checkout available when both a customer and movie have been selected. And, we used axios.post to create the Rental in the rails database.
Describe a DOM event your application handled When a movie title is submitted via the searchBar we call our searchMovies function, which makes an axios.get request to our Rails api and returns queryResults, which is then rendered by our makeMovies function
Did you use any functional stateless components? What for? We have 3: rental, movie, and customer. The states didn't change for these components, so this was the best solution.
Did you use any container components? What for? We have 2: Library and CustomerList, which kept track of our movies and customers
Do you have any recommendations on how we could improve this project for the next cohort? It would helpful to have an introduction to React Routers.

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