10928 shaares
389 private links
389 private links
This is in large part because HTML is a limited hypertext. In particular:
- Only
<a>and<form>can make HTTP requests- Only click & submit events can trigger them
- Only GET & POST HTTP Methods are widely available
- A request must replace the entire screen, leading to a clunky and sometimes jarring user experience
To the last point: the transition API is on its way :)