Site Rendering & Generation
A summary of different techniques for choosing where and when to parse JavaScript into HTML.
Client-Side Rendering (CSR)
Server-Side Rendering (SSR)
Static Site Generation (SSG)
Incremental Static Regeneration (ISR)
Reference:
- 10 Web Development Trends in 2023 (robinwieruch.de).
- Client-side vs. Server-side vs. Pre-rendering for Web Apps (toptal.com).
- Rendering on the Web (web.dev).
- Server-Side Rendering VS. Client-Side Rendering (clariontech.com).
- The Future (and the Past) of the Web is Server Side Rendering (deno.com).
- Visual Explanation and Comparison of CSR, SSR, SSG and ISR (dev.to).