bioimagesuiteweb / bisweb

This is the repository for the BioImage Suite Web Project
https://bioimagesuiteweb.github.io/webapp/
Apache License 2.0
79 stars 32 forks source link

remove usage of @electron/remote #125

Open nornagon opened 3 years ago

nornagon commented 3 years ago

Hey there! I'm the author of @electron/remote, and I'm trying to get fewer people to use it :) I wrote a bit about some of the reasons why.

I was looking at projects that depend on @electron/remote, and I noticed that bisweb's usage was quite straightforwardly replaceable with a few IPC handlers.

Feel free to ignore this if you're not interested, but I hope this is helpful & allows you to remove your dependency on the @electron/remote module!

XeniosP commented 3 years ago

Thanks. Will review and merge!