CF Worker, Hono, Htmx, picoCSS

Bugs

All the htmx stuff that did not work straight out the box. Needs further investigating.

hx-sync

Nothing happens, hx-sync does not stop both requests from happening.

Without using hx-sync

Filling out the input and immediately submitting the form below triggers two parallel requests to /htmx/hx-sync/store and /htmx/hx-sync/validate.

Using hx-sync="closest form:abort" below and we resolve the synchronisation declaratively. (Open F12 devtools to see the difference between the form above and below.)