This lesson explores how Nuxt has changed its data handling. When using useAsyncData or useFetch, the data variable now returns a shallowRef instead of a regular ref, increasing performance for most use cases but changing the footprint from Nuxt 3.
Links