SSR
Open browser and toggle the network inspector. Open https://catalogui-master.review.genesys-pgr.org/r/counter
Inspect server response to the /r/counter
request and observe that the HTML returned by the server does not render the content on the server:
<div id="the-app"><!-- react-empty: 1 --></div>
We have SSR without server-side rendering?