This article delves deeper into the workings of SPAs, SSRs, and the innovative Universal Rendering of Nuxt.
Images are usually the biggest cause of slow webpages. This article tackles how we can improve our page speeds in Nuxt by compressing images.
Nuxt offers a set of powerful built-in tools for handling data fetching. This article examines the different methods Nuxt provides us for data fetching.
Nuxt 3 not only does it give us amazing tools to make building our frontend radically easier, it also gives us some awesome tools for building our backend.
Nuxt 3 gives us two great options for managing all of our assets in our web app. But what’s the difference, and how do you know which to use?
Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases.
The NuxtLink component may seem simple at first glance, but there’s a lot going on beneath the surface.
In this final article, we’ll fix our security by locking down our server routes as well.
In the third part of this series of auth with Supabase, we’ll be using middleware to block users who aren’t logged in.
In this second article, we’ll go over how to use Supabase and Github to log our users in and out of our application.
In this series, we’ll be covering how to use Supabase with Nuxt 3 to add auth to our apps. In this first article, we’ll go over how to set up Supabase in our Nuxt project.
Today we’ll be writing our own composable that adds basic caching to useFetch.
Let me show you why the Mastering Nuxt 3 course is *the best* way to learn (and master) Nuxt 3.
We’ll dig into how Nuxt works, so you’ll leave with a true understanding of how Nuxt 3 works, and how you can apply those principles to your own projects.
Now that Nuxt 3 is stable, what does that mean for you?
OAuth is a widely-used industry standard for securely accessing user information without giving access to their passwords. In this article I’ll give an overview of how it works, and why we use it for authentication in our Nuxt 3 apps — including the app we build in Mastering Nuxt 3.
Let me explain to you what useState is for and why it’s useful to us.
Find out what extensions and themes you can install on your Visual Studio Code editor to supercharge your Nuxt development experience. In this article, the MasteringNuxt instructor, Josh Deltener, goes through his code editor setup that powers his day to day workflow.
In this post we'll be learning how to create social cards that look great on social platforms like Facebook, Twitter and Discord.
Configuration management can be a pain. Find out how Nuxt seamlessly integrates your sensitive credentials and configuration into your projects.
When you use server-side rendering in Nuxt, you can create highly dynamic and performant experiences. But, it relies on a node server which can be a bit tricky. In this article Josh Deltener explores one of the lesser-known issues with server-side plugins in Nuxt.
In our Nuxt apps we have three main ways to get content rendered: Pages, layouts, and components. The big question here is: which one should we use, and when?
You can build your Nuxt app in a couple of different ways. Each has their special use cases and benefits, find out if you are using the mode that's right for you.
It may not be as fun as shipping the next feature, but making sure our apps are rock-solid and can recover from errors is crucial. Without good error-handling, our UX suffers and our applications can be hard to use.
Nuxt 3 ships with a whole array of mind-blowing features. Here are 4 of my favourites.
Learn a couple of ways to detect a user’s device with Nuxt SSR so you can streamline your server response and tailor the best experience for your users.
In this post we'll explore how Nuxt loads itself in the browser to achieve the best possible performance. We'll dive into the details of preload and defer, and some potential problems.
My goal is to help Vue devs like yourself to level up your skills, which is why I’ve partnered with VueSchool and NuxtLabs to bring you Mastering Nuxt 3. Nuxt 3 is an incredible framework, and I can’t wait to help you get the most out of it!
Nuxt automatically sets up your Vuex Store based on the way you create your folders and name files! In this post, Josh Deltener walks you through four methods to organizing your getters, actions, mutations, and state!
Nesting child routes within other routes can get very complicated very quickly. Here’s another approach that might make it click for you.
Nuxt 3 routing builds on the functionality of Nuxt 2 by giving you more ways than ever before to express your dynamic routes. Get more information on new features as well as what got dropped!
You probably know a few features that Nuxt 3 has. But it has so many that you’ve probably missed a bunch. Here are 12 incredible features of Nuxt 3.
With all of the framework choices in 2021, why should you consider Nuxt?
Get notified when we release new tutorials, lessons, and other expert Nuxt content.
Follow MasteringNuxt on