What’s New in Nuxt 4: Key Updates for Nuxt.js Developers

Watch this course for FREE this weekend only.
Create an account to start watching.

or

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