DEV Community

Discussion on: What technology would you use to create a portfolio?

Collapse
 
crtl profile image
crtl • Edited

SSG is Static Site Generation meaning the code is executed at buildtime to produce a static html file with the components (in case of react) already rendered.
SSR is Server Side Rendering which does the same but on the server side for each request (if not cached)