Best of HTMXOctober 2024

  1. 1
    Article
    Avatar of rubylaRUBYLAND·2y

    htmx View Transitions

    View Transitions enable CSS and HTML support for animating state transitions between elements within the same document or across different documents, bringing smooth animations common in native mobile apps to the web. Utilizing htmx for managing dynamic slide transitions and minimal JavaScript for direction-sensitive animations, this guide explains the implementation from CSS keyframes to HTML structure and media queries. The post also provides debugging tips and resources for further learning.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    1 Simple Reason to Build your Next Web App with HTMX

    HTMX simplifies building modern web apps by enabling developers to create Multi-Page Applications (MPAs) and enhancing them with the user experience features of Single-Page Applications (SPAs) without the need for new paradigms or frameworks. It integrates seamlessly with HTML and supports various programming languages, making it flexible and easy to use with existing projects.