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 →
~