An Introduction to Static Web Apps with JAMStack - Lightning talks - Christina H Yu
Talk recording from Amsterdam JSNation 2019 Conference: https://jsnation.com
An Introduction to Static Web Apps with JAMStack
This past year my team at PayPal began looking at how we could radically improve our developer experience and deliver high-quality applications faster. We landed on an approach we call “static apps” that removes our heavy node layer and replaces it with static markup and JS on a CDN. All of the dynamic content is served over GraphQL APIs. This approach to using …