useAsyncData example with Axios #66
Replies: 1 comment 9 replies
-
@kadiryazici Looks nice! I think it follows the same concept as the one in the readme. I will link to this discussion from the readme since this looks like a more complete solution. Not a big issue but perhaps you could save some bytes by using Another observation, this will need some kind of loading state in the browser since it fetches data during the |
Beta Was this translation helpful? Give feedback.
-
Hi, What do you think about my solution to make async requests special to component?
A key needed for requests so component can get the data which is created on server side.
Requires
Suspense
Usage
Beta Was this translation helpful? Give feedback.
All reactions