Spreading the JAMstack
Hello JAMstack ๐
History Lesson
of the internet
Also known as Static Sites
JAMstack
- It's not the experience
- It's the architecture
How users interact with your site
will impact rankings
Bounce Rates & Conversions
where it really matters
๐ท ๐ณ ๐ธ ๐ค
Static means no work to be done at request time.
for the content that's not dynamic
Much smaller attack surface to secure and protect
Dynamic
Browser ๐
โฌ
CDN ๐
โฌ
Load balancer โ
โฌ
Web server ๐คนโโ๏ธ
โฌ
Database server โ๐คนโโ๏ธ
โฌ๐
Browser ๐
JAMstack
Browser ๐
โฌ
CDN ๐
โฌ
Browser ๐
Empower
front end developers
Powered
By modern browsers
Enhanced
By a rich ecosystem of services
Impact
Processes and organisation
Static Site Generators
JavaScript
Gatsby.js
Next.js

```