Relative Content

Tag Archive for .netblazor.net-8.0prerender

Prerendering Persistent State

I’m trying to implement the persistent state of prerender in blazor, but it’s only working when I go directly to the component shown below. If I go to that component and then to another one and come back or open another component first and then go to this one, it will already make the call to the API twice, instead of just once. This applies when it’s InteractiveServer, InteractiveAuto and InteractiveWebAssembly.

Prerendering Persistent State

I’m trying to implement the persistent state of prerender in blazor, but it’s only working when I go directly to the component shown below. If I go to that component and then to another one and come back or open another component first and then go to this one, it will already make the call to the API twice, instead of just once. This applies when it’s InteractiveServer, InteractiveAuto and InteractiveWebAssembly.