todomvc
todomvc
todomvc | todomvc | |
---|---|---|
1 | 68 | |
1 | 28,742 | |
- | 0.2% | |
5.8 | 6.2 | |
5 months ago | 3 months ago | |
JavaScript | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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
-
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
todomvc
-
React v19 has been released
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
View on GitHub
-
I've built the TodoMVC app with HTMX and lived to tell the story
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
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
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
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
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
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
git clone --depth=1 https://github.com/tastejs/todomvc.git
- TodoMVC: Helping you select an MV* framework
What are some alternatives?
htmx - </> htmx - high power tools for HTML
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.
futurecoder - 100% free and interactive Python course for beginners
concise-encoding - The secure data format for a modern world
react-snippets - A sample of useful snippets in React
angular-spotify - Spotify client built with Angular 15, Nx Workspace, ngrx, TailwindCSS and ng-zorro