#next.js server side rendering?

4 messages · Page 1 of 1 (latest)

willow juniper
#

So it looks to me in develoment that the next js starter is not set up to server side render the product grids?

Is this the case? if so why?

#

each product is server rendering but not the lists "/store" or "/collections"

glass yacht
#

Products are not server side rendered, they are staticaly generated

#

It's just a starter. You can add getStaticProps for the pages you want and fetch data there to be static.