Summary
Review the classic and reactive patterns to fetch data.
We'll cover the following...
This chapter explored the classic and reactive patterns for fetching data. We learned the imperative way in which to manage unsubscriptions and the reactive pattern. We explained some useful RxJS operators and also shed light on the advantages of using the reactive pattern, and ...