Netlify announces the next evolution of Gatsby Cloud. Learn more
Use rendering options to tell Gatsby when to build specific pages for your site. Choose between Static Site Generation, Deferred Static Generation, or Server-Side Rendering.
With Deferred Static Generation, Gatsby will wait to build certain pages until the first user request to that page.
Use Server-Side Rendering to pre-render a page with data that's fetched each time a user visits the page.