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

Earth/Taylor& Beauttie #26

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

Conversation

TaylorMililani
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#22
For each person in your pair, describe something you learned from your partner during this project B: I learned more about cool ternaries that depended on the state of variables. T: I learned more about how use useEffect for loading data from APIs.
What was one area of React you gained more clarity on during this assignment? How to look at a web app in terms of components - the relationships, what needs to be a component, what gets passed to components and from where, etc.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Css.
Describe how you handled rentals with React We made an axios.post request using a path with customer id, video title, and due date. we passed the components for the selected cust/vid from App. We then used ternaries to hide/show the submit button and information depending on whether the form was submitted or is a cust/vid was selected.
Describe a DOM event your application handled clicking a button, input field for search video function.
Did you use any functional stateless components? What for? Customer and Video did not use state. We used those to format how each component would be rendered.
Did you use any container components? What for? Video search, video library, customer list. They hold all the individual video and customer components.
Do you have any recommendations on how we could improve this project for the next cohort? More time and structure. Even one more day would've been really helpful.

beauttie and others added 30 commits January 20, 2021 15:49
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