How to server side render stream with promises? #12310
Unanswered
ShourovRoy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In nextjs or remix using Suspense we can show the data on server side (the data can be found in page source) that are delaying after a loading ui. But in sveltekit the await block and stream is working but not found in page view, in page view the loading component is only visible not the data. So, it means the data is client only. Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions