~/tags
Htmx 2
htmx enables building dynamic web applications with hypermedia attributes instead of complex JavaScript frameworks. These posts explore htmx patterns, integration with backend frameworks, and creating interactive UIs with simplicity.
Example Java Application with Embedded Jetty and a htmx Website
I was experimenting with a Java application that can act as a web server and includes the user interface HTML-files that get modified with htmx, to replace certain parts of the …
Book review - Modern frontends with htmx
People who follow me, probably know I have a big love for user interface development with JavaFX (for desktop), and Vaadin (for browser). But as always, there are different …