How to render final html in react without api requests in network console?

Viewed 11

This is what I have to do:

My app shows a table with some datas taken from an api call.

My react app shows in chrome network console this api call and json response.

Instead I would only show to the user only the rendered html page with datas inside it without the api call in the network tab.

A similar features can be found on e-commerce like snipes.com or others... They show their catalog without making api calls in network tabs console. How they do that?

0 Answers
Related