A walkthrough of adding HTMX to a Thymeleaf-based TodoMVC app to eliminate full page refreshes without changing server-side logic. The key change is adding `hx-boost="true"` to the top-level section element, which intercepts form submissions and converts them to AJAX requests. A minor JavaScript tweak replacing

2m read timeFrom wimdeblauwe.com
Post cover image
Table of contents
Adding a todo item

Sort: