diff --git a/www/content/essays/paris-2024-olympics-htmx-network-automation.md b/www/content/essays/paris-2024-olympics-htmx-network-automation.md index 091bb2585..0dd608a40 100644 --- a/www/content/essays/paris-2024-olympics-htmx-network-automation.md +++ b/www/content/essays/paris-2024-olympics-htmx-network-automation.md @@ -83,7 +83,7 @@ Private VLAN, and Shared Internet Access. ## Web Dev with HTMX -HTMX is somewhat a return to the roots of web development, and regardless of the web framework: Django, ROR, Symphony... +HTMX is somewhat a return to the roots of web development, and regardless of the web framework: Django, ROR, Symfony... 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.