I am a client side rendered page and I too fetch some data from the back-end.

For my content the browser downloaded a minimalistic skeleton of the page and the required JS code. Then the JS code updates the DOM and renders the page. I can use client side hooks such asuseEffect()to fetch data behind the scenes.

Below you can see the data I fetched behind scenes:

Posts Data: