Setup: So many TLAs
- SSG (Static Site Generation)
- run when you build your application, and the generated output is static
- SSR (Server-Side Rendering)
- runs at the time it is requested, result may be cached for future requests
- CSR (Client-Side Rendering)
- delivered to the browser, which generates content that is inserted into the DOM