Comment by cientifico
12 days ago
I like Hotwire/Turbo more than HTMX because of its core philosophy: start by building a fully functional page without any JavaScript, and then layer in enhancements only as needed. That approach has stayed consistent for years and feels really straightforward to work with.
This is exactly how I use htmx. Is there an expectation that you use htmx differently?