3 Mar
2024
3 Mar
'24
11:34 a.m.
On Sat, 2 Mar 2024 at 22:29, Niels Larsen <niels@genomics.dk> wrote:
Dancer2 developers,
Are someone picking up on HTMX (http://htmx.org) like Django is doing? HTMX finally allows interactivity by the server rather than client Javascript. A great relief for us who think the best use of Javascript is minimal.
I don't know if this is of any use to you, but I wrote an article for last year's Dancer Advent calendar about using HTMLx with Dancer2. https://advent.perldancer.org/2023/20 Of course, using HTMX doesn't mean you're not using Javascript. Your Javascript usage is just all hidden away in a library. Dave...