Exploring HTMX: building dynamic web apps without JavaScript
HTMX library allows you to add modern browser features without using Javascript. It gives you access to CSS Transitions, AJAX, WebSockets, and Server-Sent Events directly in HTML. In this tutorial, we will learn how to send Ajax requests, upload files, validate input, and trigger CSS transitions without writing JavaScript code.