- Trace the request/response cycle
- Explain how asynchronous behavior occurs in the request/response cycle
- Write ajax requests
- Explain the two promise methods, and how to use them
- Clone the following repo -> https://github.com/rogerwschmidt/ajax-promise
- Start the front end and back end servers
- With your table follow the Get All route from the front end, to the back end, and back to the front end.
- With your table follow the Get One route from the front end, to the back end, and back to the front end.
- Be prepared to present your summary to the class.
- With your table, pinpoint where the async behavior is happening in the frontend
- In groups of 2, using the pattern that you have studied, create the Get All route for dogs.
- In groups of 2, using the pattern that you have studied, create the Get One route for dogs.
- On your slates, write the three possible states of a promise.
- On your slates, write what method get triggered on each of the actionable states.