Discover 15 must-use Nuxt modules that boost performance, simplify development, and save hours of configuration. From dark mode and content management to PWAs, Supabase, SEO, and image optimizationβthis guide highlights the most powerful and practical modules for your next Nuxt project.
Your Nuxt app needs to use the Repository Pattern (or at least something like it). If you don't, and build your app the naive way, you'll be coupled to your database. And that will cause you *so* much pain down the road.
Explore the most impactful features from Nuxt 3.0 to 3.17 you may have missed β with clear examples, explanations, and upgrade notes for Nuxt 4 users.
Practical tips and tricks to speed up your Nuxt development workflow, from auto-imports to DevTools and beyond.
Have you ever wondered how route transitions with `NuxtLink` and `NuxtPage` work? Maybe not, but thatβs where I found myself today. So I did a deep dive into the Nuxt source code so I could understand it all. Now that Iβve gone down the rabbit hole and come back up again, I thought Iβd share with you what I learned.
Need a simple shared state management solution for your Nuxt app? In this article, explore `useState` : Nuxtβs built-in composable for shared reactive data that works seamlessly with SSR.
Tired of outdated AI suggestions for your Nuxt project? Nuxt and Nuxt UI MCP servers give your AI assistant direct access to current Nuxt docs and Nuxt UI component information. Our latest article dives into why you need these MCP servers and how to set them up.
Learn how to manage multiple environment configs in Nuxt with ease. From development to staging and production, streamline your setup with powerful Nuxt tools.
Socket.IO is a powerful tool for building applications that demand instant communication. In this article, youβll learn how to create a real-time community chat application using Nuxt 4 and Socket.IO, exploring everything from WebSocket connections to simple user management and beyond.
Vercel's acquisition of NuxtLabs has major implications for the Nuxt ecosystem, from faster development to deeper platform integrations. This article breaks down what really happened, what it means for developers, and why the future of Nuxt remains both promising and worth watching closely.
Get notified when we release new tutorials, lessons, and other expert Nuxt content.
Follow MasteringNuxt on