Hacker News new | ask | show | jobs
by seumars 625 days ago
How is htmx low level?
1 comments

Low level in the sense that it doesn't have things you would traditionally need to build an application, such as re-usable components, conditional rendering, etc. To do that you have to wire it up with something else such as your backends templating system, alpine, etc.