todomvc
Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more (by mbarzeev)
htmx
</> htmx - high power tools for HTML (by bigskysoftware)
todomvc | htmx | |
---|---|---|
1 | 640 | |
1 | 43,975 | |
- | 1.6% | |
5.8 | 9.7 | |
5 months ago | 5 days ago | |
JavaScript | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
todomvc
Posts with mentions or reviews of todomvc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-12.
-
I've built the TodoMVC app with HTMX and lived to tell the story
The code can be found here, along with an elaborated README - https://github.com/mbarzeev/todomvc/tree/htmx/examples/htmx
htmx
Posts with mentions or reviews of htmx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-21.
-
The 3 Best Python Frameworks To Build UIs for AI Apps
FastHTML allows developers to build modern web applications entirely in Python without touching JavaScript or React. As its name implies, it is quicker to begin with FastHTML. However, it does not have pre-built UI components and styling. Getting the best out of this framework requires the knowledge of HTMX and UI styling using CSS libraries like Tailwind and Bootstrap.
-
Build a Bookmark Manager with the HONC Stack
import { bookmarks } from './src/db/schema'; ... const sampleBookmarks = [ { title: "Hono Framework", url: "https://hono.dev", description: "A lightweight web framework for building APIs and applications.", tags: "hono, framework, edge", }, { title: "Drizzle ORM", url: "https://orm.drizzle.team", description: "A type-safe ORM designed for SQL databases.", tags: "orm, database, typescript", }, { title: "Cloudflare D1", url: "https://developers.cloudflare.com/d1/", description: "Cloudflare’s globally distributed, serverless database.", tags: "cloudflare, database, d1", }, { title: "HTMX", url: "https://htmx.org", description: "A library that allows access to modern browser features directly from HTML.", tags: "htmx, frontend, html", }, { title: "MDN Web Docs", url: "https://developer.mozilla.org", description: "Comprehensive documentation for web technologies.", tags: "documentation, web, mdn", }, ]; seedDatabase(); async function seedDatabase() { ... try { await db.insert(bookmarks).values(sampleBookmarks); console.log('✅ Database seeded successfully!'); if (!isProd) { } } catch (error) { console.error('❌ Error seeding database:', error); process.exit(1); } finally { process.exit(0); } }
-
An advanced Data Table with HTMX
HTMX: The library that makes this approach possible. HTMX allows the development of applications with HTML and HTTP, but by lifting a whole set of limitations, particularly by allowing interaction with the server without necessarily reloading the entire page.
-
Summer Web Internship: Low-JavaScript Development for 🧶Knitters/Crocheters (US Only)
We're looking for a fiber arts hobbyist who wants to create a low-Javascript web experience as part of a flexible, self-led summer internship. HTMX experience is not necessary — you just have to be excited about HTML/CSS and have a strong interest in doing low-Javascript web development.
- Extreme Server Side Rendering
-
🔥Best alternative to HTMX
Hello everyone! In this article we will consider such a javascript module as HMPL and how it can replace HTMX in a project. Also consider their differences, advantages and disadvantages.
-
Chrome 133 Supports DOM State-Preserving Move with MoveBefore()
htmx has supported moveBefore() since 2.0.3 in October of last year:
https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG...
https://htmx.org/examples/move-before/
We initially asked for this new feature about two years ago and have worked with the Chrome team as they have implemented it. It is going to be a huge step forward for the web!
-
Your API Doesn’t Always Need to Be a Product
The Single-Page Application trend gained popularity partly because it allowed developers to avoid full page reloads during navigation or form submissions. HTMX has been generating buzz recently precisely because it enables bypassing full document reloads. At the same time, it sticks to a document-based approach for browser/server interactions. This eliminates the need to retrofit JSON API constraints. Additionally, it dramatically reduces the amount of JavaScript required on the frontend.
-
FastHTML and Heroku
FastHTML gets you up and running quickly while also making it easy for your users. It does this by selecting key core technologies such as ASGI and HTMX. The foundations page from FastHTML introduces these technologies and gives the basics (though you don’t need to know about these to get started).
- The Future of Htmx
What are some alternatives?
When comparing todomvc and htmx you can also consider the following projects:
todomvc - Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
unpoly - Progressive enhancement for HTML
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Svelte - web development for the rest of us
astro - The web framework for content-driven websites. ⭐️ Star to support our work!