# 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?
# It's just a starter. You can add getStaticProps for the pages you want and fetch data there to be static.