Best of HTMXJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    htmx: Simplicity in an Age of Complicated Solutions

    htmx is a JavaScript library that simplifies front-end development by allowing developers to enhance HTML elements with additional functionality using HTML attributes. It promotes the use of hypermedia and RESTful principles to create dynamic web applications without the need for complex JavaScript frameworks.

  2. 2
    Article
    Avatar of threedotslabsThree Dots Labs·2y

    Live website updates with Go, SSE, and htmx

    Learn how to push live updates to your website using Go, SSE, and htmx. SSE endpoints in Go are slightly different from HTTP endpoints because you don't just write data to the ResponseWriter and return from the function. The connection stays alive until the client (the browser) closes it.

  3. 3
    Article
    Avatar of freekFREEK.DEV·2y

    Use HTMX to Create Laravel Single-Page Apps Without Writing JavaScript

    Discover how to build single-page applications using Laravel and HTMX without writing any JavaScript. The guide explores integrating HTMX to simplify creating dynamic web applications.