Nuxt 3

Check out all the diagrams and articles tagged with Nuxt 3.

Nuxt 3 - Directory Structure
diagram

Nuxt 3 - Directory Structure

This diagram illustrates the organisation of Nuxt pages, layouts, components, plugins, modules & all the new files & folders never seen before in Nuxt 2!

Nuxt 3 - Layouts
diagram

Nuxt 3 - Layouts

Nuxt 3 Layouts just got even better! This diagram explores how you can apply default, static and dynamic layouts, as well as apply them programmatically to customise the look and feel of your #Nuxt application.

Nuxt 3 - Page Lifecycle
diagram

Nuxt 3 - Page Lifecycle

Simplify your understanding of #Nuxt Page Lifecycle with this week’s visual guide ✍️ Tap into each key stage of server-side rendering from runtime context to data fetching until the Vue component’s lifecycle takes over on the client-side 🚀

A fresh approach to architect Nuxt 3 apps - supporting article for my talk `Layers Unwrapped` at Nuxt Nation 2023
article

Nuxt Layers Unwrapped

A fresh approach to architect Nuxt 3 apps - supporting article for my talk `Layers Unwrapped` at Nuxt Nation 2023

Optimise API Caching: Balancing RouteRules with DefineCacheEventHandler

article

Optimise API Caching: Balancing RouteRules with DefineCacheEventHandler

In this article, we'll explore how to optimise API caching in Nuxt.js by balancing the use of API RouteRules and DefineCacheEventHandler. Learn which strategy takes precedence when handling API routes, how they interact, and how to effectively combine both for maximum performance and efficiency in your Nuxt applications.