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

Sockets - Riyo & Amy #10

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

Sockets - Riyo & Amy #10

wants to merge 62 commits into from

Conversation

aphunk
Copy link

@aphunk aphunk commented Jun 27, 2019

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API https://github.com/Ada-C11/VideoStoreConsumer-API/pull/7
For each person in your pair, describe something you learned from your partner during this project Amy - Riyo helped me understand props a bit better, and how functions get passed this way. Riyo - Styling! And how to use the elements tab in Chrome Dev Tools as a css debugger.
What was one area of React you gained more clarity on during this assignment? Amy - I got lots more clarity on React Router. Riyo - The proper formatting for axios requests
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Movie and Search used separate components so the issue of rendering different contents did not occur
Describe how you handled rentals with React Selected movies and customers are kept in the App state. When there is a single movie and a single customer selected, a checkout can be initiated. On click of the "checkout" button, a post request to the Video Store API is initiated.
Describe a DOM event your application handled Search form onSubmit - this DOM event triggers a GET request to the API.
Did you use any functional stateless components? What for? VideoStore is a stateless component because it the homepage and only displays the store name which does not require it to have state.
Did you use any container components? What for? App could possibly be considered a container component as it calls other components that fetch data and then renders it.
Do you have any recommendations on how we could improve this project for the next cohort? Maybe better documentation for the Video Store API.

RPerry and others added 30 commits June 24, 2019 12:06
added components and props to MovieLibrary
moved display functionality into respective components, nixed MovieLi…
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