remote-redux-devtools icon indicating copy to clipboard operation
remote-redux-devtools copied to clipboard

How to setup with ngrx?

Open dragGH102 opened this issue 6 years ago • 3 comments

As. per title,

ngrx 4 doesn't support Middleware any more. any work around to set up this tool with it?

Thanks in advance

dragGH102 avatar Sep 22 '17 07:09 dragGH102

Hi @dragGH102,

You need ngrx/store-devtools to do this. Actually it's very simple. just follow the instructions in the link below. https://github.com/ngrx/platform/blob/master/docs/store-devtools/README.md Good luck

nitimmerman avatar Sep 22 '17 08:09 nitimmerman

unfortunately that doesn't work because the store is not available when the app is loaded, but only a while after.

What happens is in fact that while debugging remotely Chrome dev tools pop up right away and I cannot just close and re open them to reinit the redux dev tools tab as I do in desktop.

Any clue?

On Sep 22, 2017 10:42 AM, "Nico Timmerman" [email protected] wrote:

Hi @dragGH102 https://github.com/draggh102,

You need ngrx/store-devtools to do this. Actually it's very simple. just follow the instructions in the link below. https://github.com/ngrx/platform/blob/master/docs/store-devtools/README.md Good luck

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zalmoxisus/remote-redux-devtools/issues/99#issuecomment-331388123, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLdFtoUHxv9wbC-GZCCs979XrOT_Vx_ks5sk3MDgaJpZM4PgUE6 .

dragGH102 avatar Sep 22 '17 09:09 dragGH102

This question is quite old but at the same time it is very current for me.

I'm able to use DevTools Redux extension to inspect the store of my Ionic app when it's run in the browser but if I run it in the Android emulator then the extension shows an empty page.

I installed the remote-redux-devtools but what then? There are (apparently) no instructions on how to setup it with @ngrx/store-devtools.

I also installed remotedev-server to have a local server but I cannot figure out how to tell my Ionic app to flow store-related informations towards it.

Any help would be very much appreciated, thanks.

sertal70 avatar Mar 31 '20 17:03 sertal70