Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

add support for remote devtools via remotedev #36

Open
rob3c opened this issue Oct 29, 2016 · 3 comments
Open

add support for remote devtools via remotedev #36

rob3c opened this issue Oct 29, 2016 · 3 comments

Comments

@rob3c
Copy link

rob3c commented Oct 29, 2016

Hi, currently store-devtools will leverage the Redux DevTools Chrome extension if it finds an instance on the window object, which is awesome! That does assume that it's running in the same browser with the extension, though.

It'd be nice to also include support for remote debugging so that Cordova/Ionic/etc hybrid app devs can leverage store-devtools during on-device debugging instead of only in the browser where native plugins and such don't work.

For now, I've hacked together a proxy that wraps the remotedev project in this gist, which might be useful to see how minimal the addition would need to be to leverage the existing code.

It seems to work well with the Inspector, Log Monitor and Graph, but doesn't work with time-travel and state import due to the open issues with the regular extension, of course. (I don't really know the edge cases my simple wrapper might be missing, though, so any feedback would be welcome.)

Thanks in advance!

@Gaulomatic
Copy link

Any news on this?

@danielgek
Copy link

i would like this too, @rob3c thanks for the temp workaround

@JohannWNel
Copy link

Yes thank you @rob3c very helpfull especially because the extension keeps crashing with large scale projects.

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

No branches or pull requests

5 participants