Published on

Story Driven DSA

Authors

A sample post with markdown.

Server Side Rendering

Server-side Rendering is the pre-rendering method that generates the HTML on each request.

Static Generation

Static Generation is the pre-rendering method that generates the HTML at build time. The pre-rendered HTML is then reused on each request.