Hacker News new | ask | show | jobs
by brundolf 1671 days ago
> NextJS banks on its static site generation to generate "cache-able" websites

Does it? You can still do traditional SSR in Next

1 comments

You can. I'm stating SSG in the context of caching and in comparison with Remix's approach.