Skip to content

Jazz Board#28

Open
jazziesf wants to merge 5 commits intoAda-C10:masterfrom
jazziesf:master
Open

Jazz Board#28
jazziesf wants to merge 5 commits intoAda-C10:masterfrom
jazziesf:master

Conversation

@jazziesf
Copy link

Inspiration Board

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain the steps in creating a new Card from the form. The form has required text field and optional emoji enhancement. Adding state to both elements will allow the applicaiton to handle events when state needs to change. The form submit has a callback function to the Board that handles the request to the API.
How did you learn how to use the API? Looking at the endpoints of that particular API and adjusting my card to be formatted the same way.
What function did you use to place the GET request from the API to get the list of cards? Why use that function? Used componentDidMount() function to allow our application to load fully prior to making the API request.
Explain the purpose of a Snapshot test. Allows us to compare future runs of the test to a snapshot and alert the user to any changes to the component.
What purpose does Enzyme serve in testing a React app? Enzyme is a library that provides more convenient testing syntax, as well as some advanced functionality.

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.

1 participant