Call useFetch for a $fetch + useAsyncData Shorthand
It’s a very common need to call $fetch within useAsyncData. In this lesson, we take a look at the shorthand for this combo called useFetch. It takes many of the same options as useAsyncData and cleans our code up by a few lines.