What is JAMstack: The JAMstack is a new and modern way of building websites and apps. The “JAM” comes from JavaScript, APIs, and Markup (these three components are foundational). From these three core concepts: JavaScript: Any dynamic programming during the request/response cycle is handled by JavaScript, running entirely on the client. APIs: All server-side functions … Continue reading JAMstack Introduction