Store: Feature request / Remote Redux Devtools

Created on 22 Jun 2018  路  3Comments  路  Source: ngxs/store

The Redux Devtools plugin does work pretty well on local apps and is very handfull.
However, when developping an Ionic app and testing on device (or other situation were the app doesn't run on the local browser) we can't currently use it.

Would be possible to add another plugin (or modify the existing one) like https://github.com/zalmoxisus/remote-redux-devtools that would enable remote usage of Redux Devtools ?

Anyway, awesome work on this library !

Most helpful comment

Just to let you know, this is already one of the things that we will be catering for as part of the development of our own NGXS Dev Tools. Project is just kicking off.

All 3 comments

Just to let you know, this is already one of the things that we will be catering for as part of the development of our own NGXS Dev Tools. Project is just kicking off.

Closing this given the above.

@TomDemulierChevret
In the meantime, the ws proxy trick works also for ngxs:
https://github.com/somq/ionic4-remote-devtool

Was this page helpful?
0 / 5 - 0 ratings