remote-redux-devtools
remote-redux-devtools copied to clipboard
Redux DevTools remotely.
Hi, I am using `remote-redux-devtools` in isomorphic React/Redux app. What I found is that when dispatching actions during server side rendering, concurrent requests would access the same store. The problem...
hello, I've installed `remote-redux-devtools` in my app, following the readme, namely: npm install --save-dev remote-redux-devtools which makes the lib available in dev, no worries about that. I configured my store...
I think you need to upgrade `rn-host-detect` to `1.1.4` to fix this issue.
I use serialize with redux-devtools-extension for serializing symbols and custom representation of my data structure by defining a replacer function. When I change from redux-devtools-extension to remote-redux-devtools serializing doesn't work....
If I pass `suppressConnectErrors: true` when the dev server is not running, I no longer see the `SocketProtocolError` messages after the first one, but I still see the WebSocket connection...
remotedev.io is off.
I am not able to integrate dev tools for redux with navigator. Here is my store config file.I don't know what I am doing wrong. I have added chrome extention...
I'm using remotedev with a local server: ```tsx const composeEnhancers = composeWithDevTools({ hostname: "localhost", port: 8000, }); ``` Which the server is then injected into the RN packager with `remotedev-debugger...
Hey, Just letting you know the service is down. It seems to happen somewhat often, do you have any clue about the cause yet? Thanks for a cool lib :)
I'm on version `"remote-redux-devtools": "^0.5.12"` Infinity values are showing up as null in RemoteDev for both action and state.