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

Water - Leah and Mackenzie #19

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

Conversation

mvlofthus
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-C14/video-store-consumer-api#13
For each person in your pair, describe something you learned from your partner during this project Leah - how to not hate react, patiently walking through react chain together helped to grasp relationships. Mackenzie - useEffect and axios sanity, reminded me often to look at Rails and the routes and the schema as the foundation for moving forward in react
What was one area of React you gained more clarity on during this assignment? helpful for callback methods, imports at header
Describe how you solved the problem of having lists of movies that look mostly the same but have different content component that returned pictures and title to user, key is the internal or external id, and callback to App with identifying information
Describe how you handled rentals with React posted to rentals route/URL with axios, and selected video and customer through state. returned a success or failure message to user with a callback method in .then or .catch
Describe a DOM event your application handled We used event listeners onSubmit and onClick to call on event handler methods that we only needed after user interaction (e.g. selecting a customer required onClick event listener. the event handler triggered the callback function and sent the customer name and ID up to App to update the state of selectedCustomer)
Did you use any functional stateless components? What for? Our entries for library, search, and customer. The most child component returned only formatted information back (presentational component).
Did you use any container components? What for? We sort of did, but what could be our container components (VideoLibrary, VideoSearch, Customer) had other functions in them.
Do you have any recommendations on how we could improve this project for the next cohort? An extra day would be great! Having this right after Ruby interviews made it hard to shift gears.

mvlofthus and others added 24 commits January 20, 2021 12:53
…his point and axios returns are not pulling through data
…rmat callback function with clickable button
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