|
|
|
|
|
by chrisstpierre
2569 days ago
|
|
I think that having just one common ui system makes a lot of sense. We want web apps to work as well as Native applications, and vise-versa. I support the concept of Electron, but my question is - exactly why is it so bloated? Doesn’t it come with a built-in Chromium? Why is that? Wouldn’t it make more sense if it used the machine’s default browser engine? You would need to look out for different browser versions, but we are already doing that for the web anyways. If not that... then maybe a single electron-specific chromium engine that is shared across electron apps. |
|