Suppose you have a site that is mostly static content like articles. With only interactive content being mark as read for the article and user profile icons.
Then you have some pages like user profile that is fully dynamic.
Can you have these coexist?
I assume it's probably easier to just SSR everything but ssr probably consumes more bandwidth and leads to more costs compared to static pages and send only json data?
Sorry if this doesn't seem specific. I haven't tried out a full fledged ssg/ssr framework. Most of my ssr experience is using a templating engine on server side