Open
Description
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.