Hacker News new | ask | show | jobs
by capableweb 2276 days ago
Hm, as far as I know, the problem most people have with Electron is not around the language, React or bindings but the fact that there is a embedded browser in there that adds a lot to the size and memory consumption (and security issues).

I'm curious to hear why you're glad we're going away from Electron into something that seems to be about the same thing, albeit a different language?

1 comments

I expect it to be a little better trade-off given the following points:

1. JS is kept for what it's meant to be and do; nothing more.

2. A WebKit webview is probably lighter than Chromium + NodeJS.

3. The whole thing should be managed to be linked as a shared library, avoiding many pitfalls of Electron's applications (by means of a semantic-versioned library).

4. The whole solution is really language-agnostic, despite my efforts with Go.