Best of NuxtApril 2025

  1. 1
    Article
    Avatar of nuxt_sourceNuxt·1y

    Nuxt 3.17 · Nuxt Blog

    Nuxt 3.17 introduces a major overhaul of the async data layer, adding consistency in data across components and optimized data refetching. New features include the SSR-safe component for time display and enhancements in error handling. Several performance upgrades, developer experiences improvements, and module development enhancements are included, alongside a customizable loading indicator and npm package availability for documentation.

  2. 2
    Article
    Avatar of nuxtjsdevelopersNuxtjs Developers·1y

    Domain Driven Design With Nuxt Layers

    Nuxt Layers are introduced as a versatile tool for organizing codebases effectively by reusing components and structuring code in domains. They prevent spaghetti code and promote structured applications.