How Declarative Partial Updates Work in HTML (opens in new tab)
HTML has always supported streaming. The server doesn't need to build an entire page in memory before sending it to the browser. It can send the initial HTML first, then send more chunks as each chunk
Read the original article