I see no mention within the openfin documentation of tools like React DevTools and Redux DevTools. These types of tools are extremely useful for debugging modern applications. Has there been any thought into first-class support for them to improve the developer experience?
You could look into an approach like the one found in electron-devtools-installer as this might help you in coming up with a good approach for the feature.
As it stands I have to build/use standalone versions of the tools which isn't ideal.
Sorry, if I'm not meant to ask this here, but you've open-sourced so it felt like fair game! :)