Developer Blog

Tips, tutorials, and guides for modern web development.

Posts tagged "vue"

Clear
Why JavaScript Frameworks Still Matter in the Age of AI-Generated Code
Opinion

Why JavaScript Frameworks Still Matter in the Age of AI-Generated Code

AI can generate code faster than any human, but it still needs a framework to generate *good* code. Here's why React, Vue, and friends aren't going anywhere — they're actually becoming more important.

Apr 7, 2026 10 min read
Nuxt 4: Everything You Need to Know About the Next Generation of the Vue Meta-Framework
Tutorials

Nuxt 4: Everything You Need to Know About the Next Generation of the Vue Meta-Framework

Nuxt 4 is here with a revamped directory structure, smarter data fetching, and a cleaner developer experience. Here's everything you need to know to upgrade and take full advantage of what's new.

Apr 7, 2026 8 min read
Vite 8 + Rolldown: Faster Builds and One Bundler to Rule Them All
Tutorials

Vite 8 + Rolldown: Faster Builds and One Bundler to Rule Them All

Vite 8 replaces its dual esbuild/Rollup setup with Rolldown — a single Rust-based bundler that delivers 10–30x faster production builds. Here's what changed and how to migrate.

Apr 6, 2026 7 min read
Vue Vapor Mode: Ditching the Virtual DOM in Vue 3.6
Tutorials

Vue Vapor Mode: Ditching the Virtual DOM in Vue 3.6

Vue 3.6 ships Vapor Mode in beta — a new rendering approach that skips the Virtual DOM entirely for direct, fine-grained DOM updates. Here is what it is, how to use it, and where it actually helps.

Apr 5, 2026 6 min read
Deploying a SPA to Vercel: A Complete Guide to Hosting and Services
Deployment

Deploying a SPA to Vercel: A Complete Guide to Hosting and Services

Learn how to deploy a React, Vue, or Svelte SPA to Vercel in minutes — plus a practical guide to Vercel's services: Edge Functions, Blob storage, KV, Analytics, Speed Insights, and Feature Flags.

Mar 30, 2026 6 min read
Vue 3 in 2026: Why I'm Still All-In After All These Years
Opinion

Vue 3 in 2026: Why I'm Still All-In After All These Years

A personal deep-dive into Vue 3.5 from someone who's been building with Vue almost from the start. Covers the Composition API, composables, defineModel, reactive props destructure, Teleport, Suspense, Pinia, and the full modern Vue ecosystem — with real code examples throughout.

Mar 30, 2026 8 min read