...

/

The Architecture of the Jamstack

The Architecture of the Jamstack

Learn about the Jamstack architecture of the Rails application.

A Jamstack app is a bundle of JavaScript that contains markup, code to render that markup, code to fetch data from a remote server, and code to manage the state driving the dynamic contents of the markup. Sometimes, this code is executed on the server to pre-render the markup for a faster startup time in the browser, but the overall ...