← Back to context

Comment by ErroneousBosh

3 hours ago

What I've found in practice is that HTMX is extensible enough that I can write a small amount of javascript to "put a funny plug on the end of HTMX" to talk to say Leafletjs if I'm drawing maps, and want things dynamically updated.

It works quite well, and saves me an awful lot of tedious mucking about with other stuff.

For what it's worth, Claude Code is really good with HTMX and with adding that glue logic if needed.