Daniel Tkach
Daniel Tkach

Reputation: 736

Multiple Displays (physical monitor screens) in React

I'm developing a web app using React and Leaflet, and I want to have it display in 3 separate physical monitor screens where I have:

I'm thinking of even doing three separate apps, but not sure how good that is. Or if I just have the user run the app in 3 different browser tabs which will be dragged to their respective monitor, but I don't know if this is practical or even desirable to have 3 instances of the app running this way, and then how would they communicate?

You see I have several questions, and I believe this is something that requires help from a React architect or advanced programmer, not something you'd find on the docs, and there doesn't seem to exist examples like this.

I hope the question is clear enough and that you can shed some guidance. I'm using Node.js and MongoDB in the backend of things.

Upvotes: 0

Views: 1940

Answers (1)

andres Gomez
andres Gomez

Reputation: 26

You could create full screen functionality for each item, then open the same page on 3 separate monitors and on each monitor expand the item that interests you. regards

Upvotes: 1

Related Questions