Holoview Trimesh Plot with Datashader and Bokeh in React

Hi all,

I am working on a dashboard to visualize clima data. Hereby I already got the code to create the plots. To make the functionalities of a holoviews plot work in react I am using an autoload script of a bokeh session and a flask server to modify the server document and push the new session script tag to an api. Within the react app I have created parameters which communicate with the flask backend.

Is there an easier way to access the session document directly with the react app? If yes, can you help me out with some examples?

Thanks for your help! :slight_smile: