mobx-log icon indicating copy to clipboard operation
mobx-log copied to clipboard

Feature request - Integration with redux-remotedev

Open TechAkayy opened this issue 3 years ago • 2 comments

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.

image

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!

TechAkayy avatar Aug 28 '22 00:08 TechAkayy

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

kubk avatar Aug 29 '22 12:08 kubk

That's the one 👍🏽

TechAkayy avatar Aug 29 '22 13:08 TechAkayy