top | item 37145654

(no title)

guggle | 2 years ago

> “I need to update other content on the screen. How do I do this?”

This is a complete non-issue in unpoly as you can have multiple targets:

    <a href="/posts/5" up-target=".content, .unread-count">Read post</a>
https://unpoly.com/targeting-fragments

HTMX gets a lot of attention, but I think it's not the best option in its field.

discuss

order

mordae|2 years ago

And also up-hungry to opportunistically update navigation and cart item count. :-)

nprateem|2 years ago

That's what I was expecting to see, a way of specifying a target. Certainly not returning custom headers for the benefit of such a 'simple' frontend library.