Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Integration with redux-remotedev #34

Open
TechAkayy opened this issue Aug 28, 2022 · 2 comments
Open

Feature request - Integration with redux-remotedev #34

TechAkayy opened this issue Aug 28, 2022 · 2 comments

Comments

@TechAkayy
Copy link
Contributor

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!

@kubk
Copy link
Owner

kubk commented Aug 29, 2022

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

@TechAkayy
Copy link
Contributor Author

That's the one 👍🏽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants