I'm researching Jamstack and SSG's (Static Site Generator) such as Hugo and Scully to use with our Angular SPA to decrease file sizes and to speed up loading.
All the examples that I have seen generate pages that don't have dynamic content. There is interactivity, such as search, etc. but not user customized content.
We have parts of our website that can be totally statically generated. However, other parts of the website have static pages with portions of the page that are customized for the user. Imagine a product page with recommendations for the user. The product info is pretty much static but the recommendations are dynamic.
How do we create/architect something like this? Can SSG's be configured for this?