Hacker News new | ask | show | jobs
by octobus2021 847 days ago
HTML and CSS are most definitely NOT better for the UI comparing to the native desktop apps. HTML was designed for cross-reference documents and people spent decades enriching it with CSS/JS/whatever to get some resemblance of acceptable UI. Not even mentioning all the resources required to run all the frameworks that the modern Web UI is running on.

If you want to be able to check your finances on the phone you have to put it on a 3rd party server along with your data. Might as well go with SaaS like Mint. I don't.

You do lose some cross-platform capabilities when you do desktop apps, that is true, but there are some toolsets available (eg Qt).

So I guess it comes down to what people are used to work with, which is Web-first.

2 comments

The developer experience for Electron is much better than PySide + QT free, and nobody is spending 5,000 a year to write their own apps.
I think the original point is that if you're goal is to build cross-platform quickly, nothing right now beats html+css in electron.