Promote Million.js. You can add any of these badges on your website.
Million.js claims to make React 70% faster. - Source: dev.to / 8 months ago
Hey HN! Founder of Million – We’re building a tool to that helps fix slow React code. Here is a quick demo: https://youtu.be/k-5jWgpRqlQ Fixing web performance issues is hard. Every developer knows this experience: we insert console.log everywhere, catch some promising leads, but nothing happens before "time runs out." Eventually, the slow/buggy code never gets fixed, problems pile up on a backlog, and our end... - Source: Hacker News / about 1 year ago
⭐️⭐️ Feel free to join our Discord to ask questions or share feedback and please give us a star on Github! - Source: dev.to / about 1 year ago
>> React is not traditionally used for making games, but that's part of the fun and the challenge. R > MS Flight Simulator cockpits are built with MSFS Avionics Framework which is React-like and MIT licensed: https://github.com/microsoft/msfs-avionics-mirror/tree/main/src/sdk/components Million.js is faster than preact, and lists a number of references under Acknowledgements: ... - Source: Hacker News / about 1 year ago
Consider replacing the default virtual DOM with an alternative solution. For instance, Million.js. - Source: dev.to / over 1 year ago
An extremely fast virtual DOM that makes React up to 70% faster! - Source: dev.to / about 2 years ago
I made some adjustments to the README [1], thanks again for the helpful feedback. [1] https://github.com/aidenybai/million#readme. - Source: Hacker News / almost 3 years ago
Hi! I made a React compatibility library for a Virtual DOM library (https://github.com/aidenybai/million). The idea is to have much faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides. This is very, VERY early stage, so be prepared for weird bugs / plugin incompatibility / etc. If you have any suggestions, I'd be more than happy if you replied... - Source: Hacker News / almost 3 years ago
I've always been fascinated by projects like Turbo Drive (formerly turbolinks), which attempt to bring Single Page (SPA) like navigation to Multi Page (MPA) web applications. I recently shared my work on Million.js (https://github.com/aidenybai/million), which is a modern take on Virtual DOM. Since Million.js internally uses a diffing algorithm, I decided to try and see if I could implement my own version of Turbo... - Source: Hacker News / almost 3 years ago
In this exercise, we will mimic the ✦ Million.js Virtual DOM API. Our API will consist of three main functions: m, createElement, and patch. - Source: dev.to / almost 3 years ago
Repo here: https://github.com/aidenybai/million My name is Aiden Bai and I'm really interested in HCI research, particularly within user interface (UI) and web development. At the time of writing this, I'm a student at Camas High School. In July 2021, Million.js began as an experiment with Virtual DOM because I was curious with how UI libraries worked. I was frustrated with the lack of a modern, fast, and modular... - Source: Hacker News / almost 3 years ago
So how can we learn from Blockdom and make existing Virtual DOM implementations better? I've been exploring this concept with Million.js. - Source: dev.to / about 3 years ago
For example, with Million, logic is composed with drivers, which are functions that enable nested composition. This is especially useful for libraries that are made to create other libraries, as it allows for greater extensibility and complex functionality. - Source: dev.to / over 3 years ago
Flags allow for diffing to skip certain computationally expensive condition branches. For example, if the vnode's children only contains text nodes, then just setting the textContent of the element would be significantly faster than constructing and replacing a text node. Million.js currently only supports 3 flags: NO_CHILDREN (O(1)), ONLY_TEXT_CHILDREN (O(n)), and ANY_CHILDREN (O(n^3)). - Source: dev.to / over 3 years ago
Do you know an article comparing Million.js to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Million.js. 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.