Note: When prerender=true ssr value is always false
Pre-render: Render the document + page at
build time
Server-Side-Rendering: Render the document + page at
request time
Client-Side-Rendering: Client will render the page
and place it's output inside the document it received
These render combinations only apply if the 1st request is to the page
in question. After the 1st request to a page with CSR=true all subsequent page
navigations are client side routing + client side
rendering