by externalreality on 7/12/19, 10:42 PM with 1 comments
by externalreality on 7/12/19, 10:49 PM
With React and other DOM based tools, it takes very long to develop even simple GUI's. There are tools like React Studio, but nothing as mature as QT. Also QML and Signal/Slots are much better than React's model IMHO. In addition, Virtual-DOM is a hack that only DOM based models suffer from and adds overhead to the development model.
I think the article is right -- Out with the new, in with the old!