Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 React-VR 与 Socket.io 一起使用。当我尝试导入 socket.io-client(v2.0.4) 时,我崩溃了。我必须浏览示例而不想出解决方案。
将您的 socket.io 调用放在 componentDidMount 中而不是构造函数中将是我相信的正确方法。