---
title: "Nuxt 4.5 · Nuxt Blog"
url: https://daily.dev/posts/nuxt-4-5-nuxt-blog-rimtmwy0f
source_url: https://nuxt.com/blog/v4-5
type: article
source: "Nuxt"
published: 2026-07-18T19:53:33.960Z
updated: 2026-07-20T16:28:57.863Z
tags: ["vuejs", "vite", "nuxt"]
reading_time: 14
upvotes: 47
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Nuxt 4.5 · Nuxt Blog

**[Nuxt](https://daily.dev/sources/nuxt_source)** · 14 min read · 47 upvotes · 2 comments

## Summary

Nuxt 4.5 is a major release featuring Vite 8 integration with Rolldown-powered internals, Rspack 2 rebuilt on Rsbuild, and experimental SSR streaming that flushes the HTML shell immediately to improve Time to First Byte. New developer-facing additions include a stable error code system (e.g. NUXT_E1001) with inline explanations and docs links, a useLayout composable for reactively reading the current route's layout, named views via filename convention (child@sidebar.vue), and an enabled option for useFetch/useAsyncData to gate conditional fetches. Performance improvements include a shared file watcher, faster dev startup, leaner production builds, and forwarded preload hints on prefetch. Nuxt 3 reaches end-of-life on July 31, 2026, and this release also lays groundwork for Nuxt 5 by upgrading unhead v3, unctx v3, and switching the framework build to tsdown.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nuxt.com/blog/v4-5>

## Community discussion

Top comments from developers on daily.dev.

**@jenueldev** · 3 upvotes

> The experimental SSR streaming caveat is the part I’d test first: once the shell is flushed, late status, header, or cookie mutations can’t reach the client, so middleware assumptions become a correctness issue rather than only a performance concern. The automatic buffered fallback for redirect, cache, ISR, and SWR routes plus development warnings is a strong guardrail, but a migration checklist for custom middleware would make production trials safer.

**@itsmnthn** · 2 upvotes

> oh my my this is big release

## Similar posts on daily.dev

- [Nuxt 4.3 · Nuxt Blog](https://daily.dev/posts/nuxt-4-3-nuxt-blog-awpjtgrr1) · Nuxt · 52 upvotes · 1 comments
- [Nuxt 4.4 · Nuxt Blog](https://daily.dev/posts/nuxt-4-4-nuxt-blog-vdidzqjqy) · Nuxt · 59 upvotes · 3 comments

---

Tags: [#vuejs](https://daily.dev/tags/vuejs), [#vite](https://daily.dev/tags/vite), [#nuxt](https://daily.dev/tags/nuxt)

[View this post on daily.dev](https://daily.dev/posts/nuxt-4-5-nuxt-blog-rimtmwy0f)
