SPA++ channel manager - page content blinking

Hello,

We are trying to integrate our React based frontend with SpaPipeline and we are facing some inconvenience while editing page in channel manager.
Issue is that, after adding, moving, removing component from the page whole iframe is reloaded and editor could see strange blink of whole page (this effect is also visible on demo hippo-demo-spa-integration project).

Is there any way to avoid that? And maybe refetch container/whole page model instead?

Kind regards.
Michal

Hi Michal,

no, I’m afraid that’s the granularity at which the SPA-Channel Manager integration currently operates. Only in the case of editing a component’s parameters does the current solution avoid reload of the page / SPA route. Conceptually, the reload could be avoided, but it would make the SPA-Channel Manager integration more complex.

cheers

Tobi