Toasts with HTMX, Thymeleaf, and Spring Boot
In this example, I will show you a way to return Toast Notifications from your server and render them interactively.
The HTML:
We will start with an HTMX Element that creates a request to our spring server:
<form class="" hx-target="#toast" hx-put="/...
tschuehly.de3 min read