Best of ViteDecember 2024

  1. 1
    Article
    Avatar of astro_sourceAstro·1y

    Astro 5.0

    Astro 5.0 introduces powerful features like the Astro Content Layer, which offers a unified, type-safe API for fetching and managing content from various sources. Additionally, Server Islands allow for a mix of static and dynamic content on the same page to optimize performance. Other highlights include simplified prerendering, type-safe environment variables with `astro:env`, integration with Vite 6, and several experimental features such as image cropping, responsive image layouts, and SVG component support. The update aims to make content-driven site building more efficient and flexible.

  2. 2
    Article
    Avatar of nuxt_sourceNuxt·1y

    Nuxt 3.15 · Nuxt Blog

    Nuxt v3.15 has been released just in time for Christmas, including several major updates. The release includes Vite 6 integration, enhanced Chromium DevTools support, and new options for the `callOnce` function to run code per navigation. Other improvements include hot module reloading for templates, pages, and page metadata, as well as additional page metadata extraction keys for module authors. The release also brings performance enhancements and lays groundwork for upcoming Nuxt v4 features.