Category

List of articles for category: "Nuxt"
Nuxt Tip: Add Custom iframe Tab to Nuxt DevTools Image

Nuxt Tip: Add Custom iframe Tab to Nuxt DevTools

Nuxt DevTools is designed to be extensible.
Nuxt Tip: An URL Object Working on Both Server-Side and Client-Side Image

Nuxt Tip: An URL Object Working on Both Server-Side and Client-Side

Nuxt provides a helper function called useRequestURL that returns an URL object working on both server side and client side.
Nuxt Tip: Change Status Code of the Response Image

Nuxt Tip: Change Status Code of the Response

`setResponseStatus` is a Nuxt composable to set the status code and (and optionally the status message) of the response.
Nuxt Tip: Custom SPA Loading Template for Your Nuxt Application Image

Nuxt Tip: Custom SPA Loading Template for Your Nuxt Application

When using the client-side rendering mode, Nuxt will display a loading indicator until the application is hydrated.
Nuxt Tip: Detecting Server vs. Client-Side Code Execution Image

Nuxt Tip: Detecting Server vs. Client-Side Code Execution

Nuxt 3 provides a way to detect whether your code is running on the server or client-side.
Nuxt Tip: Differentiate Client and Server Components Image

Nuxt Tip: Differentiate Client and Server Components

Nuxt allows you to define client-side and standalone server components .
Nuxt Tip: How Nuxt Uses Nitro, h3 and ofetch Internally Image

Nuxt Tip: How Nuxt Uses Nitro, h3 and ofetch Internally

Nitro, h3 and ofetch are UnJS packages that are used to power the Nuxt 3 server engine.
Nuxt Tip: How to Fix "Nuxt Instance Unavailable" Error Image

Nuxt Tip: How to Fix "Nuxt Instance Unavailable" Error

If you are using Nuxt 3, you probably already encountered the 'Nuxt Instance Unavailable' error.
Nuxt Tip: Lazy Load Components in Nuxt 3 Image

Nuxt Tip: Lazy Load Components in Nuxt 3

Learn how you can dynamically import components in Nuxt 3 only when they’re needed.
Nuxt Tip: Managing Page Load States With useLoadingIndicator Image

Nuxt Tip: Managing Page Load States With useLoadingIndicator

Learn how to use the useLoadingIndicator composable in Nuxt to access and manage the loading state of your app's pages.