| > I don’t think direct DOM manipulation was ever a problem, if done thoughtfully. Then you've never worked on a medium/large UI application (1k+ LOC), and most certainly couldn't have lived through the era of DOM manipulation! jQuery when it first arrived was a god-send! but even the most thoughtful couldn't structure it right. Backbone when it first arrived was a god-send! but even the most thoughtful couldn't structure it right. React when it first arrived was a god-send! but even the most thoughtful still can't always structure it right. With, the inclusion of so many other failed and semi-successful attempts throughout history I have no idea how you can possible claim: > I don’t think direct DOM manipulation was ever a problem, if done thoughtfully. without just being naive... |
htmx is the first JS thing to tickle my curiosity in a long time. Vue seemed fun at first, but it got more complex than needed, IMO.