nuxt-data

Installation
SKILL.md

Nuxt 4 Data Management

Composables, data fetching, and state management patterns for Nuxt 4 applications.

Quick Reference

Data Fetching Methods

Method Use Case SSR Caching Reactive
useFetch Simple API calls Yes Yes Yes
useAsyncData Custom async logic Yes Yes Yes
$fetch Client-side only, events No No No

Composable Naming

Installs
1
First Seen
Apr 2, 2026
nuxt-data from smithery.ai