Declarative partial updates
10 points by nemin
10 points by nemin
I thought this was related to the proposals by the HTMX people but it doesn’t seem to support requests triggered by user interactions.
Yes, they are similar at first glance, but actually serve different purposes.
The HTMX proposals, as far as I understand, are more about allowing interactivity without JS by enabling more elements to use more HTTP request types and dynamic partial replacements based on user input.
Meanwhile this seems to be more about streamlining streaming HTML for unblocking page renders while you're still waiting for data to load and also to allow automatically replacing parts of the DOM tree.
Neat stuff, but feels somewhat less generally useful than the Triptych project.