I like your idea of using a dock monitor here instead of a chrome extension! It wouldn't be sustainable to maintain a fork of remotedev-app here, as there would be a lot of changes (just now I added catching errors, and we'll add ability to customize hostname and port as we discussed). To solve this, I pushed it to npm, so you may just import DevTools from there. Also, if you want to customize it, you may use only the specific part (as we do in Chrome extension).
I'll do a pull request to show how it could be used.
I like your idea of using a dock monitor here instead of a chrome extension! It wouldn't be sustainable to maintain a fork of
remotedev-app
here, as there would be a lot of changes (just now I added catching errors, and we'll add ability to customize hostname and port as we discussed). To solve this, I pushed it to npm, so you may just importDevTools
from there. Also, if you want to customize it, you may use only the specific part (as we do in Chrome extension).I'll do a pull request to show how it could be used.