Electron Adventures: Episode 69: Opening Files
In this nice episode, we'll add a file opening dialog to your hex editor.
Architecture issues
This should be very straightforward, but we run into Electron architecture issue. Electron apps have two parts - renderer process and main process.
Conceptu...
taw.hashnode.dev3 min read