#Is it possible to get a response from UseAsyncData as not reactive

4 messages · Page 1 of 1 (latest)

naive stratus
#

I want to use, useAsyncData. my problem is the response is huge and it slows the site down by alot making all the repsponse into refs.
is it possible to use the same api, without the reactivity?

dense sparrow
#

How big is the response? 👀

#

Also, $fetch might be what you want to take a look at.
But you need useAsyncData (or some own logic with useState) to transfer the response from server to client

ember tinsel
#

would markRaw work in this case ? 🤔