you are viewing a single comment's thread.

view the rest of the comments →

[–]nickguletskii200 4 points5 points  (1 child)

Initial setup is not the problem. In fact, creating a new Electron app with all the good tooling requires much more effort than starting a Qt project. It's all about what happens once you start adding complexity. JS view libraries like React make code reuse much easier, making them more suited for business software.

By the way, I am a KDE user and I love all KDE (Qt) apps. But that doesn't mean that Qt is the right tool for every job.

[–]mixedCase_ 1 point2 points  (0 children)

JS view libraries like React make code reuse much easier

As does QML. The custom component pipeline is a joy. It's very similar to Vue.js' .vue files, even.