Electron Adventures: Episode 40: Event Bus API with ES6 Proxies
Our components communicate through event bus, and it does everything we want, and implementation is very simple.
On the other hand, event calls look messy. For example here's handler for double clicking a file:
function ondoubleclick() {
eventB...
taw.hashnode.dev5 min read