arkatsy / moths-cheats

An app to edit your save files in Fields of Mistria with ease
0 stars 0 forks source link

Improve experience working with the main process of Electron #11

Open arkatsy opened 1 week ago

arkatsy commented 1 week ago
  1. Being able to add ipc channels without restarting everything. es6 module cache invalidation seems not possible. One idea could be to load some initial ipc channels that can be used to refresh and reload the other ones with dynamic imports.

  2. If 1. works check whether there is something else that could potentially benefit and improved.

  3. Even if restarting is necessary, it could be automated for example by watching the src/main/* files.