|
|
|
|
|
by zerr
3478 days ago
|
|
The only electron app I can more or less bare is VS Code, yet I don't use it regularly. For others, if I see some desktop app made with electron, I just skip it. The only reason it exist is that web devs do not want to learn right tools for the right job. |
|
> For others, if I see some desktop app made with electron, I just skip it
The Slack desktop app isn't bad, though I'm not sure if you've tried it.
> The only reason it exist is that web devs do not want to learn right tools for the right job.
I disagree. It allows people to get up and running with a cross platform app relatively quick. You could then port most of that to a mobile app since a lot of the platforms (if not all of the major ones) allow one to create an app using HTML and javascript. I'm a desktop developer (the only web stuff I've done is working on a Wordpress page) but I still see value in Electron and plan to use it for a project. You get cross platform plus all of the libraries that nodejs has, which is a ton.