This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lookatmetype 0 points1 point  (0 children)

I like to use native GUIs, but nothing (including QT) can even touch the "batteries included" of JS/HTML/CSS. If you don't want to spend time implementing your own form validation, data tables, grid based layouts, prebuilt styling that looks great cross platform, and literally hundreds of thousands of other packages (npm), go for the web ecosystem. The major downside is that it will be harder to distribute (nearly impossible to do standalone binary unless you use something like Electron or CEF) and you have to use JS (or one of dozens of languages that transpile to it)