PeterK
NNuxt
β’Created by PeterK on 6/27/2024 in #βγ»help
Data Fetching Skill issues ? π€
And the workaround could be to fetch data on client only right
11 replies
NNuxt
β’Created by PeterK on 6/27/2024 in #βγ»help
Data Fetching Skill issues ? π€
Hi Alex π
Thank you for explanation π - love your videos btw.
So, is there a way to stream response in Nuxt / is it on Roadmap?
11 replies
NNuxt
β’Created by PeterK on 6/27/2024 in #βγ»help
Data Fetching Skill issues ? π€
Hi Dwol π
Yeah so, I have added the good old
await new Promise((r) => setTimeout(r, 5000))
And I am waiting for the initial response until this promise is resolve.
On subsequest client navigaiton, the loading skeleton is displayed, however the initial request (or page refreshed) is blocked for at least 5 seconds11 replies