If you right click -> View Source , you’ll see exactly what the server sent. But if you right click -> inspect element and look at the html with your dev tools, you’ll see everything as it is now, ie, after a full client side render.
Read moreDoes Google use SSR?
There are two versions of your web page with SSR: the initial HTML and the rendered HTML, known as the DOM (direct object model). Google is only able to access the rendered HTML .25 Şub 2021
Read moreHow do I get server-side rendering?
What is required in the environment to run SSR?
Read moreHow do I get server-side rendering?
What is required in the environment to run SSR?
Read more