react-socket-io
react-socket-io copied to clipboard
A react provider for socket.io, http://socket.io/
./node_modules/react-socket-io/lib/Socket.js Module not found: Can't resolve 'babel-runtime/core-js/object/get-prototype-of' in 'G:\OIT\vwr_web_poc\node_modules\react-socket-io\lib'
I don't konw how to emit event,I konw use Event to revceive enent,but how to emit one thing?
please remove url and options in the props of Socket tag
Library doesn't work with server side rendering due to `ReferenceError` as `window` object is not defined but requested. To overcome the issue it should be checked through `typeof` operator.
I thought this might work with React Native but the bundler croaks: Unable to resolve "babel-runtime/core-js/object/get-prototype-of" from "node_modules/react-socket-io/lib/Event.js" I'm well out of my depth but if somebody knows how to...
I am not receiving the new message.. If I use jquery socket, I can able to receive new messages. Am I missing anything or socket is not listening? I am...