PeterK
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 seconds
11 replies