Outline

In this video...

We will learn how to incorporate services into the HTTP Request process.

Typically components should only deal with display state and logic. Retrieving data from the server isn't somethign that would fall under this responsibility. So actually issuing the requests from a component is generally seen as less effective. In this video we'll see how to delegate these responsibilities to services, and utilize those services appropriately from our components.

 

I finished! On to the next chapter