Nuxt data-fetching techniques: Which to use and when
20 Jan 2022
Most web projects these days involve retrieving asynchronous data at some point, and Nuxt makes it really easy to do this. In this article I'll look at the different approaches, focusing on the fetch
and asyncData
hooks.