Jamming on the Jamstack with Matt Biilmann and Mike Neumegen — Watch live!

Glossary

A collection of terms often used when talking about Jamstack and associated web technologies.

Pre-render / Pre-generate

To generate the markup which represents a view in advance of when it is required. This happens during a build rather than on-demand so that web servers do not need to perform this activity for each request received.

You can help us to expand and improve this glossary by creating an issue.