What is SSR ?

伺服器端渲染 (SSR) 是一種網頁渲染技術,其工作原理是在將網頁發送至客戶端瀏覽器之前先在伺服器端進行渲染。

這意味著網頁的 HTML、CSS 和 JavaScript 代碼是在伺服器端生成的,而不是在瀏覽器中。

SSR (Server-Side Rendering) stands for Server-Side Rendering.

It is a technique for rendering web pages on the server before sending them to the client's browser.

This means that the HTML, CSS, and JavaScript code for the page is generated on the server, rather than in the browser.

Pros

Cons

When to use SSR ?