Best of HTMXNovember 2024

  1. 1
    Article
    Avatar of planetpythonPlanet Python·2y

    From React to a Django+HTMX based stack

    Learn about Sheena O'Connell's journey of moving from a React-Django application to a pure Django with HTMX stack. Discover a real-world success story, lessons learned, and relevant resources including workshops, courses, and tools related to HTMX and Django development.

  2. 2
    Article
    Avatar of evolvedevevolvedev·2y

    Build scalable web applications in Golang without JavaScript

    This post outlines a setup for building scalable web applications in Golang, minus JavaScript. It covers configuring a simple API with Go Templates, JavaScript bundling without third-party CDNs, and using TailwindCSS & Preline UI. The setup also supports live server and browser reload, with only two dependencies needed. A demo video and GitHub link are provided.