mobx-log
mobx-log copied to clipboard
Feature request - Integration with redux-remotedev
Hi there,
Thanks bunch for the redux-devtools (browser extension) support. It's truly amazing to have both options - devtools support as well as the awesome console logging.
I'm working on a desktop app and I use redux-remotedev (standalone electron version) that I npx execute as a separate process and it listens to port 8000.
I'm my app that uses mobx-store, I have remotedev running at port 8000, and feeds the store changes to the standalone version.
I'm able to currently use this combo, but of course computed properties are not getting fed and doesn't display in the devtools.

Is it possible to use mobx-log with the standalone redux-devtools and get the computed values as well? The current mobx-log logger works great and shows the computed values anyway, so this is really a nice-to-have feature request.
Thanks bunch!
Hi, thanks for the kinds words 👍
So far I haven't tried Electron development. Am I right that you are talking about this package? https://github.com/zalmoxisus/remote-redux-devtools
That's the one 👍🏽