JAMSTACK
MIC - 21 Oct 2022
?
HYPE - BENEFIT
RISK - COST
ALEX
FULL STACK DEV

STATIC
DYNAMIC
is the new
STATIC
DYNAMIC

STATIC SITE GENERATOR
HUGO - NEXT - GATSBY - NUXT
...
BENEFIT
versionning - git
FAST..... really fast
responsive, up to you
SEO
SECURITY
CONTENT ?
CMS
API DRIVEN
CONTENTFUL - PRISMIC - STORYBLOK - DATOCMS - GRAPH CMS
REST - GraphQL - Markdown
export default {
asyncData ({ params }) {
return axios.get(`https://my-api/posts/${params.id}`)
.then((res) => {
return { title: res.data.title }
})
}
}
Exemple
Exemple: Nuxt - VueJs - Axios
Features
Search
Comment
Image CDN
Forms
PDF generation
Automation
SERVERLESS
e-commerce
DEPLOY
Atomic deploy
Rollback - TimeMachine
Preview
CDN
NETLIFY

VERCEL - AWS - CDN
COST
Simple - Transparent
0
euros / month

RENDER
CSR
SSR
STATIC
HYBRIDE
JAMstack
Fast
Secure
Cheap
Scalable
Q&A
deck
By Alex Duval
deck
- 176