Slide 7
Slide 7 text
Evolution never stops (present)
Browser Server
Server Side Rendering
SSR
/dashboard
dashboaord.js
/content
content.js
Browser
Server
(Build)
Static Site Generation
SSG
CDN
(Cache)
/content
content.js
content.htm
l
*Generated
at build time
Fast, secure, scalable
a.k.a “JAMstack” - JS, API, Markup
Good for SEO performance
Rescuing SPA’s disadvantages