Integrating DataShader Bokeh application into React

Seeking guidance on integrating DataShader Bokeh application into React without using iframe and allowing React to handle zooming, panning, and image requests.

Detail: I’m currently embedding my DataShader Bokeh application into a React app via an iframe. I’m interested in understanding if there’s a way to let my React application handle the zooming logic, panning, etc., as well as manage image requests directly. My objective is to have full control within the React environment and use Bokeh merely as a backend server to deliver images. I think this would require sending all the metadata from the backend to my React application.

Are there any established methods or detailed instructions on achieving this?

I’d love to see this working, but I don’t know anyone who has set this up. Good luck!

This would be awesome!