Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

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

Singleton Data Fetching Layer thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Singleton Data Fetching Layer

In this lesson, learn how the singleton data layer changes impact Nuxt 4. Data fetchers with shared keys share the SAME reactive ref for data, status, and error states. getCachedData now fires whenever data is fetched but receives relevant context saying HOW the fetch was triggered allowing for more control over your caching strategies. Keys for useAsyncData and useFetch now support reactive values like refs, getters, or computed props.