Slide 4
Slide 4 text
モダンなフロントエンドのページレンダリング
• Reactive Web Application
• Client Side Rendering (CSR)
=> CSRでできたアプリが、Sigle Page Application (SPA) – React, Vue,
Angular とかとか
• Server Side Rendering (SSR)
– Next, Nuxt とかとか
• Static Site Generator (SSG)
Jamstackな仕組み, Gatsby, Hugo, Next, Nuxt とかとか
• Incremental Static Regeneration (ISR)
– Next (9.4で追加された機能)
2023/8/24 yoshii0110 4