Search code examples
reactjssingle-page-applicationhippocms

How to use React app inside Perspective in Bloomreach?


We are using Bloomreach Experience (Hippo CMS) in our development and need to integrate exsiting react app into Perspective inside CMS panel. Is there any way to do this, exclude using iFrame?


Solution

  • To integrate the React app in the CMS channel manager, the app should use the React SDK to render some specific comments HTML elements meant for previewing and editing capabilities.

    Next, a proxy should be installed so the channel manager requests a app/channel on the same host, which is proxied to where is actually lives.

    Please start at https://documentation.bloomreach.com/library/concepts/spa-integration/introduction.html

    HTH Jeroen