Comment on Why you should choose HTMX for your next web-based side project (2024)parentComments−purerandomness1yI don't know if picking up a minimalistic framework you know nothing about is fasterThat's the whole point of HTMX: Going back to what works: trusty old HTML attributes, but giving them intuitive interactions.Instead of learning the microframework du jour, you just add some attributes into your HTML templates, and get your desired result.
Comments
That's the whole point of HTMX: Going back to what works: trusty old HTML attributes, but giving them intuitive interactions.
Instead of learning the microframework du jour, you just add some attributes into your HTML templates, and get your desired result.