This example demonstrates data fetching with Nuxt 3 using built-in composables and API routes.
Auto Imports
This example demonstrates the auto-imports feature in Nuxt.
State Management
This example shows how to use the `useState` composable to create a reactive and SSR-friendly shared state across components.