Help with Progressive SSR rendering #17435
Unanswered
dgoh-zippia
asked this question in
Help
Replies: 2 comments 7 replies
-
|
Consider doing SSR at build-time, aka Static Generation with |
Beta Was this translation helpful? Give feedback.
7 replies
-
Sound more like client side rendering to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, currently my app is using SSR where all the data is fetched in NodeJS. I am trying to improve the First Paint and First Contentful Paint especially on low bandwidth network as the whole page needs to be built. I understand that SSR is when the server has to prepare the HTML before sending it to the user. However, I was wondering if it is possible to render in chunks when the data is ready. I read about stream SSR with renderToNodeStream but as far as I understand, NextJS doesn't support it. All help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions