Hacker News new | ask | show | jobs
by ilurkedhere 2964 days ago
The example in the getting started section comparing Python Qt isn't very convincing.
3 comments

I tend to agree. I did years of Qt dev and I would never write something like that, nor have I seen it written like that.

It works I suppose, but it's very clearly written to be an easy-to-compare example, not a realist example. To really get an idea of what it would be like to use proton native v. Qt I'd like to see a small but complete project.

Not only that... but maybe its the fact that I use Qt everyday at work (C++) or that I'm not really a front end web dev, but the Python example is easier to grasp on first look.
Yeah I personally see Qt code is much cleaner.
I guess it is if you already know and like React Native?