Using HTMX with Roundup
"John P. Rouillard" <[email protected]> Sun, 22 Sep 2024 20:52:59 -0400
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all:
Has anybody tried using HTMX with Roundup? It seems to me this
should be a useful combination. As an example:
Given an index page
Use htmx to replace the table with a new table retrieved from
the backend when clicking on the prev/next buttons.
The template returned by the backend would be:
* purpose built to return just the table section of the
existing index page
* the existing index template could be modified to look for an
HX-Request header and return just the table part of the whole
template.
Similarly updates to an item page could be done by returning a new
form and appending/prepending a new change message.
I know there was at least one implementation of a React based
interface to Roundup. I assume it was to improve the UI for the
user. It seems like an HTMX approach could supply many of the same
benefits.
Thoughts?
--
-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.