What’s New in Nuxt 4: Key Updates for Nuxt.js Developers
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Shallow Data Reactivity in useAsyncData and useFetch

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