Hacker News new | ask | show | jobs
by Scarbutt 2036 days ago
Why is interacting with the examples slow? https://htmx.org/examples/delete-row/
1 comments

I added a 300ms delay in the ajax mock library that I'm using (sinon):

https://htmx.org/js/demo.js

to better simulate real network latency for things like progress indicators, etc.