The JAMstack runs against all that is Isomorphic JavaScript. It encourages the separation of code between your client and your API while leveraging the use of microservices. At the core, if your site is serving static content, it is exposing your site to fewer vulnerabilities. Sites are much more portable when not tightly coupled to a server and served from a CDN.
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. I will walk through setting up GraphQL in a React project that saves notes on interesting open source projects using Graphcool as a GraphQL backend as a service and Apollo as a front-end GrpahQL client.
Featuring our very own Brian Douglas on JAMstack Radio.