todomvc

Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more (by tastejs)

Todomvc Alternatives

Similar projects and alternatives to todomvc

  1. React

    1,890 todomvc VS React

    The library for web and native user interfaces.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Mastodon

    Your self-hosted, globally interconnected microblogging community

  4. Svelte

    687 todomvc VS Svelte

    web development for the rest of us

  5. Vue.js

    385 todomvc VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  6. Ghost

    325 todomvc VS Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

  7. redux

    292 todomvc VS redux

    A JS library for predictable global state management

  8. realworld

    127 todomvc VS realworld

    "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. futurecoder

    100% free and interactive Python course for beginners

  11. Kanboard

    Kanban project management software

  12. Moodle

    84 todomvc VS Moodle

    Moodle - the world's open source learning platform

  13. Mopidy

    64 todomvc VS Mopidy

    Mopidy is an extensible music server written in Python

  14. valtio

    49 todomvc VS valtio

    🧙 Valtio makes proxy-state simple for React and Vanilla

  15. elvish

    Powerful scripting language & versatile interactive shell

  16. CodeMirror

    42 todomvc VS CodeMirror

    In-browser code editor (version 5, legacy)

  17. concise-encoding

    The secure data format for a modern world

  18. Sharetribe

    Sharetribe Go is Sharetribe's old source-available marketplace software, which was also available as a hosted SaaS product. Sharetribe Go is no longer actively maintained.

  19. unison

    18 todomvc VS unison

    A friendly programming language from the future

  20. eureka

    Lucene-based search engine for your source code (by wisercoder)

  21. angular-styleguide

    Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

  22. awayto

    25 todomvc VS awayto

    Awayto is a curated development platform, producing great value with minimal investment. With all the ways there are to reach a solution, it's important to understand the landscape of tools to use.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better todomvc alternative or higher similarity.

todomvc discussion

Log in or Post with

todomvc reviews and mentions

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-12-05.
  • React v19 has been released
    26 projects | news.ycombinator.com | 5 Dec 2024
    GP was from me :)

    You stated: "Most React apps need a backend too."

    But in reality this is irrelevant to the conversation, because the top post was asking if comparing HTMX to React is like apples to oranges, which it is, because both tools accomplish different things with completely different feature-sets.

    A good example of this is the implementation of TodoMVC. [1] React's implementation can live completely in the browser, and even be stateful. [2] An implementation with HTMX requires a server to handle templating/rendering. [3]

    [1] https://todomvc.com/

    [2] https://github.com/tastejs/todomvc/tree/master/examples/reac...

    [3] https://github.com/rajasegar/todomvc-htmx

  • 25 Project Ideas from Beginner to Advanced with Open Source Contributions
    32 projects | dev.to | 13 Nov 2024
    View on GitHub
  • I've built the TodoMVC app with HTMX and lived to tell the story
    3 projects | dev.to | 12 Nov 2024
    In this post, I’ll walk you through my experiences building the TodoMVC app using HTMX. I'll cover the architectural considerations, handy tips, pros and cons, insights, and everything in between.
  • I couldn't find a free, no-login, no-AI checklist app–so I built one
    3 projects | news.ycombinator.com | 3 Nov 2024
    TodoMVC/examples has 40+ open source todo apps written with various popular and obscure frameworks: https://github.com/tastejs/todomvc/tree/master/examples
  • Svelte adoption guide: Overview, examples, and alternatives
    9 projects | dev.to | 3 Sep 2024
    Svelte produces small bundles. The prototypical ToDoMVC application creates a bundle of HTML, CSS, and JavaScript of the following sizes in the different frameworks:
  • Announcing RealWorld Angular
    3 projects | dev.to | 22 Jul 2024
    In a nutshell, it aims to provide examples apps built with different frameworks but still adhering to the same API spec. If you know TodoMVC, RealWorld is quite about the same philosophy but with more complete examples.
  • Elvish, expressive programming language and a versatile interactive shell
    9 projects | news.ycombinator.com | 9 May 2024
    Thanks, but I was thinking more along the lines of a single semi-complex script, like what https://todomvc.com/ does for selecting a framework.
  • Unison Cloud
    7 projects | news.ycombinator.com | 7 Feb 2024
    The odd thing is unison started purely as a language. Now there's a platform.

    I often find the best way to understand complex things is to dig all the way back to when they were being thought up. In this case there's a blog post from 2017 that I still find useful when thinking about Unison:

    https://pchiusano.github.io/2017-01-20/why-not-haskell.html

    Key quote:

    Composability is destroyed at program boundaries, therefore extend these boundaries outward, until all the computational resources of civilization are joined in a single planetary-scale computer

    (With the open sourcing of the language I doubt it will be one computer anymore, but it's an interesting window into the original idea)

    Personally I find there's a lot to this. It's interesting that we're really, really good at composing code within a program. I can map, filter, loop and do whatever I want to nested data structures with complete type safety to my heart's content. My editor's autocompleting, docs are showing up on hover, it's easy to test, all's well.

    But as soon as I want cron involved, and maybe a little state-- this is all wrecked. Also deployment gets more annoying as they talk about a lot.

    So I think Unison always had to have a platform to support bringing this stuff into the language, even though they built the language first.

    I'd love to hear some opinions from outside Unison about how they like using this language, tooling and hosting.

    I'd like to hear this too.

    Also, it would be great if there was something like https://eugenkiss.github.io/7guis/ or https://todomvc.com/ for platforms that we could use to compare Unison, AWS, etc etc. Or is there already a 7GUIs for platforms that I don't know about?

  • Hooking-up a headless CMS to React apps
    1 project | dev.to | 30 Jan 2024
    git clone --depth=1 https://github.com/tastejs/todomvc.git
  • TodoMVC: Helping you select an MV* framework
    1 project | news.ycombinator.com | 27 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic todomvc repo stats
68
28,706
6.2
about 2 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?