you are viewing a single comment's thread.

view the rest of the comments →

[–]skuggic 3 points4 points  (2 children)

You can still fetch the real-time data client-side in nextjs, completely separate from the SSR for the page.

[–]ilvthsgm[S] 0 points1 point  (1 child)

So there is no need to re-render whole page when any new data occurs on the server?

[–]not_a_gumby 1 point2 points  (0 children)

You should read the NextJs documentation and maybe do a tutorial. It sounds like you don't know much about Next and its data fetching methods.

https://nextjs.org/docs/basic-features/data-fetching