logoalt Hacker News

robertoandredyesterday at 7:20 PM1 replyview on HN

What advantages does HTMX have? You end up with splintered spaghetti code, multiple languages/idioms, and unpredictable state.


Replies

Skinneytoday at 3:22 AM

* spaghetti or not depends on how you structure things, not on the framework/library used. * HTMX doesn’t introduce a new language. It extends HTML with props, which is less than what React is doing. * unpredictable state? You rely on the browser and (partial) page-refreshes.