简体   繁体   中英

Debugging Redux using Chrome Devtools in Node.js

When using the redux-devtools-extension in my web app's codebase, I'm able to debug Redux actions and state changes in the browser.

If I run Node.js with --inspect and debug in Chrome, I expect to see the same behavior, but I only see the message:

No store found. Make sure to follow the instructions.

How can I use Redux DevTools when doing Node.js development with --inspect ?

https://github.com/zalmoxisus/remote-redux-devtools

remote-redux-devtools can be used for node.js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM