SSG? do they have much of a difference at all for static site generation
nextjs builds the site on runtime and gatsby builds on compile time, no?
next can do static site generation as well as serverside
I think the difference at the moment is with the performance of both frameworks, Next can also incrementally generate pages at runtime whereas in Gatsby everything has to run at build-time
in SSG everything is at buildtime in both
https://nextjs.org/blog/next-9-5#stable-incremental-static-regeneration
but I'm asking specifically about SSG
Обсуждают сегодня