Understanding Rendering in the Jamstack (SSG, ISR, DPR, DSG, …)

Can’t follow there with Jamstack’s SSG, ISR, DPR, DSG abbreviations? And what about Edge Rendering? Brian Rinaldi has a nice post explaining them all, and guiding you when to choose which.

  • static rendering – Use this as your default.
  • deferred rendering – Use this when you have to render a lot of pages.
  • server-side rendering – Use this judiciously whenever the content cannot be statically rendered with one of the above.
  • edge rendering – Use this in specific scenarios when you need to modify pages that have already been rendered using one of the above methods.

Understanding Rendering in the Jamstack →

~

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.