Vue.js / Nuxt.js

Recent Vue.js / Nuxt.js articles

FRONTEND
10 articles

Discover our latest articles and guides on Vue.js / Nuxt.js

Nuxt Nitro server routes architecture diagram showing API endpoints and middleware flow
FRONTEND

Nuxt Nitro and Server Routes in 2026: Full-Stack Vue and API Endpoints

Master Nuxt Nitro server routes to build full-stack Vue applications. Learn API endpoints, middleware, database integration, and production deployment patterns with Nuxt 4.

Vue 3 TypeScript type-safe props, emits and composables
FRONTEND

Vue 3 with TypeScript in 2026: Type-Safe Props, Emits and Composables

Master type-safe Vue 3 components with TypeScript: generic defineProps, tuple defineEmits, typed composables, defineModel and InjectionKey, plus interview questions.

Vue testing workflow with Vitest and Vue Test Utils in 2026
FRONTEND

Vue 3 Testing in 2026: Vitest, Vue Test Utils and Interview Questions

A hands-on guide to Vue testing in 2026: configuring Vitest, mounting components with Vue Test Utils, testing composables and Pinia stores, mocking APIs, measuring coverage, and the interview questions hiring teams ask.

Vue 3 Vapor Mode performance optimization diagram showing direct DOM updates without Virtual DOM
FRONTEND

Vue 3 Performance in 2026: Vapor Mode, Alien Signals and the End of Virtual DOM

Deep dive into Vue 3.6 Vapor Mode performance: how it eliminates the Virtual DOM, the Alien Signals reactivity system, benchmarks vs Solid.js, and practical optimization techniques for production apps.

Advanced Vue 3 composables showing reusable patterns and Composition API architecture
FRONTEND

Advanced Vue 3 Composables: Reusable Patterns and Interview Questions 2026

Master advanced Vue 3 composables with reusable patterns, Composition API techniques, and interview questions. Covers reactive state extraction, async composables, provide/inject, and testing strategies.

Nuxt 4 directory structure and migration guide from Nuxt 3
FRONTEND

Nuxt 4 in 2026: New Directory Structure and Migration from Nuxt 3

Complete guide to Nuxt 4 directory structure, migration from Nuxt 3, data fetching changes, and TypeScript improvements. Step-by-step tutorial with code examples.