A taste of what's inside

What you'll learn

Here are some of the things you'll learn:

  • What paired server components are, and why they're so powerful
  • Discover built-in components you didn't know Nuxt had — my favourite is DevOnly
  • How to skip code on the server or client (there's a good chance you're doing it wrong)
  • How the NuxtIsland component powers server components — and why it can cause performance problems when used incorrectly
  • The app.vue file, and when you don't even need it in your project
  • Speed up your UI by controlling when to prefetch lazy loaded components — this can make a massive difference!
  • Layers, and tons of interesting edge cases you'll encounter
  • Every single way you can navigate programmatically, including in middleware
  • How to easily add different configurations for different environments — you probably don't know this one
  • Discover how to easily preserve your component's state between page changes
  • Hooks, their different types (this can be confusing), and how you can use them to deeply integrate with Nuxt and change how it works
  • and so much more!