Best of NuxtAugust 2024

  1. 1
    Article
    Avatar of nuxt_sourceNuxt·2y

    Nuxt 3.13 · Nuxt Blog

    Nuxt 3.13 introduces several new features including route groups for organizing routes without affecting URL paths, server component islands for manipulating SEO metadata, and custom prefetch triggers for NuxtLink. Additionally, improved server sourcemaps now reference original source files, and new utilities for module authors are in preparation for Nuxt v4. There are also changes in how Vue TypeScript projects should augment `@vue/runtime-core`.

  2. 2
    Article
    Avatar of nuxt_sourceNuxt·2y

    Introducing Nuxt Scripts · Nuxt Blog

    Nuxt Scripts, a collaboration between the Nuxt team and Google's Chrome Aurora team, aims to improve the handling of third-party scripts in web applications. The new module enhances performance, privacy, security, and developer experience by providing features like script loading management, full type-safety, script registry for common third-party scripts, and advanced triggers for consent management and user interactions. Nuxt Scripts also mitigates security risks by allowing scripts to be bundled and loaded from your own domain.

  3. 3
    Article
    Avatar of michaelnthiessenMichael Thiessen·2y

    21 Nuxt Tips You Need to Know

    The post shares 21 valuable tips for using Nuxt, covering advanced configurations, environment-specific settings, deduplicating fetches, content organization, and using Nitro for key-value storage. It also explains the usage of NuxtLink, error handling, validating routes, and managing state between server and client. Recommendations for better control over build processes and component behavior are provided, along with how to extend Nuxt capabilities through custom configurations and plugins.

  4. 4
    Article
    Avatar of weeklyvuenewsWeekly Vue News·2y

    Weekly Vue News #160 - Reactive Configuration Within Your Nuxt App

    Explore how to leverage reactive configuration within your Nuxt app to enhance performance and reactivity. Learn tips and techniques to make your Vue.js applications more dynamic and responsive.