top | item 47026012

Shipping Htmx in Production (A Post-Mortem)

11 points| enz | 15 days ago |enriquebruzual.substack.com

3 comments

order

alhazrod|15 days ago

I wish he had gone into more detail around 'A common critique of HTMX is that users lose the ability to use the “Back” button or share specific filtered views. In many frameworks, this requires complex series of state hooks to keep the URL in sync.'

yellowapple|14 days ago

That's what he addresses with “In the dashboard of this project, I solved this with a single attribute: hx-push-url="true".”, no?