Rendering & Hydration

In SSR, the server sends the HTML file with the content already rendered. The content is hydrated on the client with JavaScript to make it interactive.

Try clicking the button with and without enabling JavaScript