Hannah and Jessica#20
Open
seaweeddol wants to merge 98 commits into
Open
Conversation
add form for submitting search and console.log data
add visual movie components
…omer name key instead of additional state
Customer select
Fix infinite api calls
Movie details
fix search page layout & add styling for image crop
add movie poster to back of card
Duplicate movie add
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Video Store Consumer
Congratulations! You're submitting your assignment!
Comprehension Questions
searchfunction and how to use theuseEffectmore efficiently.Jessica: I learned how to create a "flash" message in React and how to do React Routes from Hannah!
Jessica: I learned how to utilize useEffect and callbacks better.
useStatehook to saveselectedCustomerandselectedMoviedata. Once a user selects 2 data and clicks on themake rentalbutton, themakeRentalfunction will be invoked. From there, it will create a new Rental and make anaxios.postcall to save the info on API.onInputchangefunction gets anevent.target.valuefrom there.