Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

htmx

high power tools for HTML

htmx Reviews and details

Screenshots and images

  • htmx Landing page
    Landing page //
    2023-05-25

Badges & Trophies

Promote htmx. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

DjangoCon Europe 2023 | HTMX vs WASM - more backend or more frontend?

Dynamic Web Pages Without JavaScript? - Intro to HTMX

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about htmx and what they use it for.
  • Hanami and HTMX - progress bar
    Hi there! I want to show off a little feature I made using hanami, htmx and a little bit of redis + sidekiq. - Source: dev.to / 1 day ago
  • Migrating Next.js App to GO + Templ & HTMX
    Recently, I just rewrite one of my application Stashbin from Next.js to GO. Though my main motivation of this migration was to learn GO and experimenting with HTMX. I also aiming to reduce the resource usage of my application and simplify the deployment process. Initially, Stashbin codebase are split into two seperate repository, one for the frontend that uses Next.js and another for the backend that already uses... - Source: dev.to / 4 days ago
  • πŸ•ΈοΈ Web development trends we will see in 2024 πŸ‘€
    HTMX is another library that gained popularity due to its server-first approach to rendering data, although seeking a much simpler way of appealing to developers. - Source: dev.to / 11 days ago
  • Reusable Input Datalist
    When I work with HTMX I need isolated component that can be reusable a form. So I create a PHP Function that generate the Input Datalist. - Source: dev.to / about 1 month ago
  • HTMZ inspired form subission
    I was inspired by htmz (which was in turn inspired by htmx) and how the author got pretty close to a basic htmx-like experience just using an iframe. I wanted to push it a little further so whipped this demo together. My submission demonstrates progressive enhancement for the form - with js enabled the request targets an iframe that is inserted into the dom, meaning the page doesn't actually navigate (similar to... - Source: dev.to / about 1 month ago
  • Example Java Application with Embedded Jetty and a htmx Website
    As described on htmx.org: "htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext". - Source: dev.to / about 1 month ago
  • Show HN: ZakuChess, an open source web game built with Django, Htmx and Tailwind
    Apart from the source code itself, the repo's README also gives a bit more details about the various packages I used. 1. htmx: https://htmx.org/. - Source: Hacker News / about 2 months ago
  • πŸ€“ My top 3 Go packages that I wish I'd known about earlier
    ✨ In recent months, I have been developing web projects using GOTTHA stack: Go + Templ + Tailwind CSS + htmx + Alpine.js. As soon as I'm ready to talk about all the subtleties and pitfalls, I'll post it on my social networks. - Source: dev.to / 2 months ago
  • Go + Hypermedia - A Learning Journey (Part 1)
    I've been digging into HTMX lately (using Python web frameworks) and find the concepts and approach to be interesting and promising. The idea of hypermedia driven systems over the current practice of JavaScript based frameworks (I never really got into React, played with Vue, and enjoy Svelte/SvelteKit) and the ability to chose your language/framework for the backend while primarily leveraging HTML/CSS on the... - Source: dev.to / 2 months ago
  • Web frameworks we are most excited for in 2024
    It would be a sin not to start with something that prides itself on being the front-end library of peace. HTMX skyrocketed in popularity in 2023, gaining most of its GitHub stars during the past year. HTMX is not your average JS framework. If you work in HTMX, you will spend most of your time in the world of hypermedia, looking at web development from a completely different pair of eyes as compared to our usual... - Source: dev.to / 3 months ago
  • Use PostgREST and HTMX to Build RESTful APIs from PostgreSQL Databases
    PostgREST is a standalone web server that turns your PostgreSQL database into a RESTful API using the database's structural constraints and permissions to define the API's endpoints and operations. In this tutorial, you will create a simple note-taking app by leveraging PostgREST to construct a RESTful API for the app and using htmx to deliver HTML content. - Source: dev.to / 3 months ago
  • VueJS turns 10 years old
    Vue with Vite (the builder/runner) is a stable, open source option. It is really a lightweight start where you're mostly writing HTML with interpolated data, and Vue is updating values correctly and performantly. Just build your reactive HTML app in one file and break into separate components as you're feeling the spirit. https://vuejs.org/guide/quick-start Mithril if you just want to drop in want a tiny, complete... - Source: Hacker News / 3 months ago
  • Exploring Secutio Task by Task. Setting "Events" Like Stylesheets!
    The following demos showcase some of the functionality already present in the framework, allowing users to explore its capabilities. Similar to the htmx framework, template rendering can be done server-side. However, only examples that do not require a backend are presented here.". - Source: dev.to / 3 months ago
  • Rapid Prototyping with Flask, Bootstrap and Secutio
    The example outlined in this article mimics the "click to edit" functionality found in the htmx framework. Similar to htmx, this framework offers a method to enable inline editing of all or part of a record without the need for a page refresh. - Source: dev.to / 4 months ago
  • Only 90s Web Developers Remember This
    The dream of the 90s is alive at https://htmx.org. - Source: Hacker News / 3 months ago
  • React Throws a Curveball
    It's not a coincidence, I don't think, that HTMX gained so much traction in 2023. It offers us a glimpse of a simpler past and what could (if only maybe) be a simpler, more hypermedia-driven future for the web. Do we really need all these complicated libraries and frameworks to handle DOM manipulations on fat clients? If this question didn't resonate with developers, having only heard about HTMX from others I... - Source: dev.to / 4 months ago
  • Ask HN: Batteries-included Framework for MVP in 2024
    Python/Django and Elixir/Phoenix are both excellent. Which of these 2 is preferable should be, IMO, dependent on where you are in the development process. Personally, if I was joining a team with a mature codebase, a decent auth system already built, and UI for for of the relevant models, I would prefer Elixir/Phoenix because I like and believe in pragmatic Functional Programming and the potential for concurrency... - Source: Hacker News / 4 months ago
  • πŸŽ‰ The Gowebly CLI has grown to v2.0.0
    Add the htmx-go package to simplify the htmx handling at the server layer of the application. - Source: dev.to / 4 months ago
  • Pocketbase: Open-source back end in 1 file
    I would say - htmx (https://htmx.org/) - Alpine.js (https://alpinejs.dev/) both are minimal and very easy to get started. - Source: Hacker News / 4 months ago
  • Coming to grips with JS: a Rubyist's deep dive
    Sure, you can use any number of JS-avoidance libraries. I'm a fan of Turbo, and there's also htmx, Unpoly, Alpine, hyperscript, swup, barba.js, and probably others. - Source: dev.to / 4 months ago
  • Improving a web component, one step at a time
    This handles disconnection (as could be done by any destructive change to the DOM, like navigating with Turbo or htmx, I'm not even talking about using the element in a JavaScript-heavy web app) but not reconnection though, and we've exited early from the connectedCallback to avoid initializing the element twice, so this change actually broke our component in these situations where it's moved around, or stashed... - Source: dev.to / 5 months ago

Do you know an article comparing htmx to other products?
Suggest a link to a post with product alternatives.

Suggest an article

htmx discussion

Log in or Post with

This is an informative page about htmx. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.