#htmx
Read more stories on Hashnode
Articles with this tag
Supercharging Hypermedia Driven Application with Spring ViewComponent · Why should you even care? Spring Boot developers usually build JSON APIs that get...
Nowadays Spring is typically only used for JSON API backend development.We build the web frontend with a JavaScript framework, but why? Probably...
htmx is an awesome library to build interactive web applications directly in HTML, without the javascript headache. In my htmx project, I wanted to...
I'm excited to announce the release of Spring ViewComponent v0.7.0 today. You can grab the release from Maven Central by following the instructions...
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...