Hacker News new | ask | show | jobs
by louissm_it 1789 days ago
Eh, unless an app is a SPA (where you attach event handlers to buttons to run client side validation or something like that) it’s way simpler to have a form route to another resource via a link. But users think of them more as actions than links, so its perfectly reasonable to disguise a link as a button.

edit: I said “form”, but I meant page. Forms actually use buttons!