(no title)
alexpetros | 3 months ago
v4 makes almost no changes to the interface, other than to flip inheritance to be off by default.
> I think that even with req/resp morph leads to a simpler majority use case and that's what Turbo and Datastar have both shown. No?
Although you can use the idiomorph extension for htmx, I personally don't think idiomorph is simpler, because there's an algorithm choosing what parts of the page get replaced based on the server response; I prefer to specify exactly what parts of the page get replaced in much simpler terms, a CSS selector, with `hx-target`.
Per [1] above, my style is minimize partial page responses wherever possible, so the ones that I do have are bespoke and replace a specific thing.
andersmurphy|3 months ago
https://dev.37signals.com/a-happier-happy-path-in-turbo-with...
nymanjon|3 months ago
nchmy|3 months ago
alexpetros|3 months ago
My interest in htmx is more on the coarse-grained aspects of its interface, not the finer ones, which is a consistent theme in my writings about it [0].
[0] https://alexanderpetros.com/triptych/
andersmurphy|3 months ago
unknown|3 months ago
[deleted]