Building Critical Infrastructure with htmx: Network Automation for the Paris 2024 Olympics

15 points by yawaramin


eduard

HTMX is somewhat a return to the roots of web development, and regardless of the web framework: Django, ROR, Symphony… You rediscover everything that makes a web framework useful rather than turning it into a mere JSON provider. Sending HTML directly to the browser, storing the app state directly in the HTML. That’s what true REST is, and it’s so much simpler to manage.

Amen, brother!