redux-socket.io icon indicating copy to clipboard operation
redux-socket.io copied to clipboard

An opinionated connector between socket.io and redux

Results 8 redux-socket.io issues
Sort by recently updated
recently updated
newest added

``` console.ignoredYellowBox = ["Remote debugger"]; import { YellowBox } from "react-native"; YellowBox.ignoreWarnings([ "Unrecognized WebSocket connection option(s) `agent`, `perMessageDeflate`, `pfx`, `key`, `passphrase`, `cert`, `ca`, `ciphers`, `rejectUnauthorized`. Did you mean to put...

hello i'm a newer, answer me thanks ! Can the Server Side use Java or PHP?

I am trying to send a message from a server to a client and to have an action dispatched client-side. The action is getting dispatched successfully, but the client echos...

It seems the socket.io server emit to client 's event name must be "action", like this: Server: `socket.emit('action', {type:'message', data:'good day!'});` or the plugin can't catch the server event and...

When I add an `import createSocketIoMiddleware from 'redux-socket.io';` I get this error in runtime: > Couldn't find preset "es2015" relative to directory node_modules/redux-socket.io Versions used: - "redux-socket.io": "1.4.0", - "react":...

Dist files are only needed for pushing to `npm`. In order to keep commit diffs as small as possible remove `dist/index.js` and add dist to `.gitignore`. Adds `.npmignore` to not...