Suspense
Unanswered
Ruby-crowned Kinglet posted this in #help-forum
Ruby-crowned KingletOP
Hi, I've been doing nextjs tutorial, the part about streaming (https://nextjs.org/learn/dashboard-app/streaming), but I cannot understand why despite the same code there are no any loaders (skeletons) appearing? It just pauses the project on 3 seconds and after that all data appears at once.
I also tried to do it with dynamic, but the result stands
I also tried to do it with dynamic, but the result stands
2 Replies
@Ruby-crowned Kinglet Hi, I've been doing nextjs tutorial, the part about streaming (https://nextjs.org/learn/dashboard-app/streaming), but I cannot understand why despite the same code there are no any loaders (skeletons) appearing? It just pauses the project on 3 seconds and after that all data appears at once.
I also tried to do it with dynamic, but the result stands
what browser were you using? streaming doesn't work properly on safari
Ruby-crowned KingletOP
I'm using Chrome