© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Can I use useAsyncData for user interactions? - Nuxt
N
Nuxt
•
11mo ago
•
4 replies
Hacktheblues
Can I use useAsyncData for user interactions?
I
'm working with a CMS or a third
-party service that provides its own query layer
. According to the documentation
, I should use
useAsyncData
useAsyncData
for data fetching
.
However
, I also want to fetch data in response to user interactions
, such as submitting a form or clicking a button
.
In these cases
, should I still use
$fetch
$fetch
, or is it appropriate to use
useAsyncData
useAsyncData
as well
?
Nuxt
Join
Nuxt Community Chat Server
31,641
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
await useAsyncData vs useAsyncData
N
Nuxt / ❓・help
13mo ago
useAsyncData
N
Nuxt / ❓・help
2y ago
How to I can make loading with useAsyncdata?
N
Nuxt / ❓・help
3y ago