Comment on Htmx WebringComments−webworker2yI just started using HTMX.It replaced a small volume of VueJS code that I wrote to facilitate a few XHR interactions. Pagination and filtering and search-as-you-type interactions are all so much more pleasant now. Logic is de-duplicated, since it can all live on the server.I'm a fan.
Comments
I just started using HTMX.
It replaced a small volume of VueJS code that I wrote to facilitate a few XHR interactions. Pagination and filtering and search-as-you-type interactions are all so much more pleasant now. Logic is de-duplicated, since it can all live on the server.
I'm a fan.