I am new to react so I have created a simple app and I open in in two different browsers (IE and chrome). app is runnig on localhost:3000 so I change textbox on chrome and its new value is reflected on chrome now the quistion, is it possible to make this change happen on the IE too? or in other words how can I sync these two browsers so that when data changed on one browser, it also update on the other? I am not using any server currently. sorry for bad engilsh.
答案 0 :(得分:0)
您可以简单地使用WebSockets存档所需的内容。例如,您可以选择本教程"How to build a React.js chat app in 10 minutes",也可以选择视频教程"Realtime Node Reactjs with Messenger chat application"