react-context-devtool icon indicating copy to clipboard operation
react-context-devtool copied to clipboard

Use as standalone Electron app

Open Janaka-Steph opened this issue 4 years ago • 0 comments
trafficstars

Hello,

I am creating a browser extension and wondering the best way to use this devtool to debug it. One solution would be to use it as a standalone Electron app as explained here https://github.com/facebook/react/tree/master/packages/react-devtools#usage-with-react-dom

Or having a remote mode like https://github.com/zalmoxisus/redux-devtools-extension/blob/master/src/browser/views/remote.pug would allow me to bundle it with Parcel and display it in a browser tab using chrome.tabs.create().

Any idea? Thank you.

Janaka-Steph avatar Mar 14 '21 11:03 Janaka-Steph