yn
todomvc
Our great sponsors
yn | todomvc | |
---|---|---|
3 | 53 | |
4,778 | 28,236 | |
- | 0.1% | |
7.9 | 0.0 | |
3 days ago | 4 days ago | |
TypeScript | JavaScript | |
GNU Affero General Public License v3.0 | 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.
yn
-
Name a program that doesn't get enough love!
Yank Note (yn) - A Hackable Markdown Note Application for Programmers. Version control, AI completion, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
- Is there any good example of real-world open-source application (neither libraries nor frameworks nor samples) written in Typescript?
todomvc
-
How easy is ruby to learn from zero experience coding
How easy or hard to build Shopify without zero coding experience? Shopify is a big thing =) So that would be hard to build with zero coding experience. Start with a todo list, micro blog, or something small in scope that interests you. https://todomvc.com/ is interesting since it is the identical app, written in many different ways, different languages and frameworks - and you can use them as reference to see how others have built something.
-
Build a decentralized CRUD application using Typescript, React, and DB3.js
This article will transform a classic demo example of TodoMVC into a decentralized TodoMVC using DB3.js. We will show how to use DB3.js to perform CRUD operations and demonstrate the process of writing, reading, modifying, and deleting data in decentralized applications. We will complete a to-do list application as shown below. You can click here to view the demo code.
- There is a Github repo that recreated the same project with different web frameworks, amazing for learning. Does anybody know it?
-
On Not Drinking the FP Kool-Aid
Um, just thought of something. If all the whatevers are so great (IO monad, state monad, applicatives, etc.) they should be demonstrated in one of these examples.
-
Help to migrate a simple app from Elm to React, Angular or VanillaJS.
I just had a quick glance but it looks like an example implementation from here and you can find plenty of react/angular,... implementations right on the side (probably even together with go ;) )
-
Ask HN: How you maintain your daily log?
I built my own To Do website, custom domain, hosted on pi (but I have since moved it to digital ocean hosting).
It's basically a toy website that I used to try out web frameworks. In my case I tried out Python's Django and Flask. Other people have done the same in a variety of languages and frameworks - check out https://todomvc.com/
It has the colors, font, work-flow, features that I want.
-
Is there a RosettaCode for frameworks?
Yep, there's this: https://todomvc.com/
-
New Rails 7 template, with Tailwind, Turbo, Ralix, PostgreSQL and esbuild
You can compare (LOC, complexity and final bundle size) for example using the TodoMVC app:- Ralix version: https://github.com/ralixjs/ralix-todomvc- React version: https://github.com/tastejs/todomvc/tree/gh-pages/examples/react- Stimulus: https://github.com/chloerei/todomvc-stimulus- Vanilla version: https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanilla-es6
-
Critique of Pure Hooks
With regards to separating business logic and rendering: by far the easiest way to do this is to use the Flux architecture, of which Redux is an example. However, you can also use React as the view layer of MVC frameworks like Backbone, as in this example. I wouldn't really recommend this though.
What are some alternatives?
jotai - 👻 Primitive and flexible state management for React
futurecoder - 100% free and interactive Python course for beginners
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.
concise-encoding - The secure data format for a modern world
angular-spotify - Spotify client built with Angular 15, Nx Workspace, ngrx, TailwindCSS and ng-zorro
stimulus_reflex - Build reactive applications with the Rails tooling you already know and love.
angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
takenote - 📝 A web-based notes app for developers.
react-dnd - Drag and Drop for React
React - The library for web and native user interfaces
Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
create-react-app - Set up a modern web app by running one command.