Rendering: SSG, SSR, CSR, and ISR

in a one sentence markown lists, define SSG, SSR, CSR, and ISR

in a markdown table briefly summarize the differences between SSG, SSR, CSR, and ISR

Feature SSG SSR CSR ISR
When is content generated? Build time Request time Request time Request time
Does it require a server? No Yes Yes Yes
Does it support dynamic content? No Yes Yes Yes
Performance Fast Slow Slow Fast
SEO Good Good Bad Good
User experience Good Good Bad Good

in a markdown list, what are some frameworks that support SSG?

Home Previous Next