store-devtools icon indicating copy to clipboard operation
store-devtools copied to clipboard

Ionic Framework

Open gperdomor opened this issue 8 years ago • 3 comments

Hi...

Is possible use this with ionicframework?

i use StoreDevtoolsModule.instrumentOnlyWithExtension(), but the redux extension show nothing

gperdomor avatar Oct 04 '16 21:10 gperdomor

It should work. I found that you need to use store.select() to trigger it.

tuongaz avatar Oct 17 '16 04:10 tuongaz

@tuongaz Are you saying it'll work with on-device debugging via ionic run or only in-browser using ionic serve?

I can't get it to work on-device and suspect it needs to use https://github.com/zalmoxisus/remote-redux-devtools somehow. Any ideas?

rob3c avatar Oct 25 '16 17:10 rob3c

Hi all, I got on-device store-devtools debugging working with Ionic 2 and posted the info in a gist here: https://gist.github.com/rob3c/c2c4dcc1116f94901ace179722c5f6d4

Let me know if you have any questions. Hopefully, that gist will become obsolete soon as the functionality gets officially supported.

rob3c avatar Oct 28 '16 20:10 rob3c