Slide 10
Slide 10 text
But why?
Performance
You’re typically serving pre-built, optimized
markup to a CDN as static content
1
2 Security
CMS, server, database and other vulnerabilities
are less of an issue (i.e. static site)
3 Tool Agnostic
Choose whatever front-end framework, build
tool, or data source you prefer
4
5 GIT Workflow
Simplified build to deploy approach. Easier to
contribute. Fewer dependencies (mostly)
Dev Experience
Focus on the front-end and worry less about
databases, dev ops, or back-end dev
6 Separation of Concerns
The front-end, backend, data, and devops can be
completely decoupled