top | item 33511241 (no title) s7r | 3 years ago Can you elaborate on this? What could a browser look like/do, that has htmx-like hypermedia functionality in it? discuss order hn newest recursivedoubts|3 years ago Basically generalize the concept of hypermedia controls (links and forms) in the manner of htmx:- generalize event triggers for hypermedia requests- allow targeted replacement of HTML within a page (rather than requiring a full page refresh)- surface all the HTTP methods (DELETE, PATCH, PUT) in plain HTMLAll small things on top of normal HTML functionality, but, together, allow much more sophisticated user interfaces to be built:https://htmx.org/examples
recursivedoubts|3 years ago Basically generalize the concept of hypermedia controls (links and forms) in the manner of htmx:- generalize event triggers for hypermedia requests- allow targeted replacement of HTML within a page (rather than requiring a full page refresh)- surface all the HTTP methods (DELETE, PATCH, PUT) in plain HTMLAll small things on top of normal HTML functionality, but, together, allow much more sophisticated user interfaces to be built:https://htmx.org/examples
recursivedoubts|3 years ago
- generalize event triggers for hypermedia requests
- allow targeted replacement of HTML within a page (rather than requiring a full page refresh)
- surface all the HTTP methods (DELETE, PATCH, PUT) in plain HTML
All small things on top of normal HTML functionality, but, together, allow much more sophisticated user interfaces to be built:
https://htmx.org/examples