# Announcing Vue 3.4

DevFeed: [Announcing Vue 3.4](<https://devfeed.tech/articles/announcing-vue-3-4-3010.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vue-3-4>)

Published: 2023-12-28T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Vue.js](<https://devfeed.tech/topics/vue.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [API](<https://devfeed.tech/topics/api.md>), [changelog](<https://devfeed.tech/topics/changelog.md>)

Tags: [build-performance](<https://devfeed.tech/tags/build-performance.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [features](<https://devfeed.tech/tags/features.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [release](<https://devfeed.tech/tags/release.md>), [update](<https://devfeed.tech/tags/update.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>), [webpack](<https://devfeed.tech/tags/webpack.md>)

## AI overview

Vue 3.4, named "Slam Dunk," introduces a rewritten template parser that is twice as fast, a more accurate and efficient reactivity system, and several API improvements including stabilized defineModel and same-name prop-binding shorthand. The release also improves Vue SFC compilation performance and benefits related tooling and community plugins.

## Source excerpt

Today we're excited to announce the release of Vue 3.4 "🏀 Slam Dunk"! This release includes some substantial internal improvements - most notably a rewritten template parser that is 2x faster, and a refactored reactivity system that makes effect triggering more accurate and efficient. It also packs a number of quality-of-life API improvements, including the stabilization of defineModel and a new same-name shorthand when binding props. This post provides an overview of the highlighted features in 3.4. For the full list of changes, please consult the full changelog on GitHub.