You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem that your request should resolve.
Some of the fetch requests on the client-side are executed even though the data has been already resolved on the server-side and provided for the client in the application state, It's because lack of return value in handlers of useAsyncData or lack of useAsyncData at all. Would be nice to improve it for hydration performance.
Describe the solution you'd like
As above
Is it already possible to achieve the same outcome in any other way? If so, how?
Yeah, but useAsyncData is the native, recommended way.
Additional context
The text was updated successfully, but these errors were encountered:
Please describe the problem that your request should resolve.
Some of the fetch requests on the client-side are executed even though the data has been already resolved on the server-side and provided for the client in the application state, It's because lack of return value in handlers of useAsyncData or lack of useAsyncData at all. Would be nice to improve it for hydration performance.
Describe the solution you'd like
As above
Is it already possible to achieve the same outcome in any other way? If so, how?
Yeah, but useAsyncData is the native, recommended way.
Additional context
The text was updated successfully, but these errors were encountered: