So, SSR means that the server sends a fully packed html, css and js file while CSR only sends the empty html and again client fetches the js to populate the data on the page.
I want to visualize this. Is there any way I can see "the empty html" or "the fully packed html css js" file, so that I can be more clear with what I'm seeing.
Any help would be appreciated. Thanks a lot.