#Server Static Generation

4 messages · Page 1 of 1 (latest)

delicate forge
#

Everything i know about SSG is that the html document generated when building.
So why the documentary of nextjs says
"You can use SSG in e-commerce products listing"

So when you build your SSG products list page how you can update your list?(i can use api request. But i want prerendring solution)

#1007476603422527558 #resources

woeful cosmos
#

so instead of rendering a page on every request, you can do it only a few times when the content is actually updated

delicate forge