Vue.js
million
| Vue.js | million | |
|---|---|---|
| 386 | 51 | |
| 209,543 | 17,351 | |
| 0.0% | 0.0% | |
| 6.0 | 9.2 | |
| about 1 year ago | over 1 year ago | |
| TypeScript | TypeScript | |
| MIT License | MIT License |
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.
Vue.js
- SuperUtilsPlus: A Modern Alternative to Lodash
But it does not deal with all the non-JSON objects, e.g. Map or other class instances that are not even JSON-serializable by default.
Best to use TypeScript, and ideally, it should only be needed to do such checks when dealing with foreign data.
When data comes from parsing JSON, the check above should be enough.
When authoring complicated library code that needs reflection, I think it's worth looking at Vue2's hilarous solution:
https://github.com/vuejs/vue/blob/547a64e9b93d24ca5927f653710b5734fa909673/src/util/lang.js#L293 - Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
- Top 10 GitHub Repositories every Web Developer should know in 2025
Vue.js is a tool for building user interfaces. It's easy to use and works well for both small and big projects. I specifically love the team behind Vue and Nuxt! Highly recommend checking it out and giving it a try. It has 208k stars π. Explore Vue.js here.
- Top 20 Javascript Libraries on Github
Repository: Vue.js
- Awesome List
GitHub Repository - The main Vue.js repository.
- Here are the 10 projects I am contributing to over the next 6 months. Share yours
Vuejs
- Vue 2 Final Release
- π Top Front-End Frameworks in 2024 Worth Your Time and Effort to Master
Vue.js is a big favorite for making websites because it's easy to use and fits in well with other stuff. Many people worldwide are using it, and the community keeps growing.
- Angular vs. React vs. Vue.js: Comparing performance
Vue has a thriving ecosystem with a wide range of third-party libraries and plugins available for extending its functionality. These libraries cover everything from state management to routing, making it easy for developers to find solutions to common problems and enhance their development workflow. As of this writing, Vue has 200k GitHub stars.
- Top 10 "Must Have" Repositories for Web Developers
6. Vue.js
million
- A Curated List of shadcn/ui-like React Component Collections
It is reportedly used on websites like Langfuse and Million.dev.
- 10 Game-Changing Frontend Tools You Can't Afford to Miss in 2025π₯
- Why doesn't React implement Million.js "natively"?
Million.js claims to make React 70% faster.
- Show HN: Million Lint β ESLint for Performance
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 users are hurt.
We started Million to fix this. A VSCode extension that identifies slow code and suggests fixes (like ESLint, for performance!) The website is here: https://million.dev/blog/lint
I realized this was a problem when I tried to write an optimizing compiler for React in high school (src: https://github.com/aidenybai/million). It garnered a lot of interest (14K+ stars) and usage, but it didn't solve all user problems.
Traditionally, devtools either hinge on full static analysis OR runtime profiling. We found success in a mixture of the two with dynamic analysis. During compilation, we inject instrumentation where it's necessary. Here is an example:
function App({ start }) { - Million 3.0: All You Need To Know
To be honest, it fills me with great joy to finally be able to witness the launch of the 3.0.0 major release of Million.js; this is something that has been talked about since maybe July 2023, but, Aiden Bai finally assembled a team to get it out there and just last week on the day 2 February as at 8:00 am PST (Pacific Standard Time) Million v3 was released!!
- React Jam just started, making a game in 13 days with React
>> 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/...
preactjs may or may not be faster: https://preactjs.com/
Million.js is faster than preact, and lists a number of references under Acknowledgements: https://github.com/aidenybai/million#acknowledgments
https://million.dev/docs :
> We use a novel approach to the virtual DOM called the block virtual DOM. You can read more on what the block virtual DOM is with Virtual DOM: Back in Block and how we make it happen in React with Behind the block().*
React API reference > Components > Profiler:
- My Journey to Accelerate Load Times in Heavy Frontend
Consider replacing the default virtual DOM with an alternative solution. For instance, Million.js
- Welcome to the dark side. Ree.js awaits you!
@aidenybai 's Millionjs
- Show HN: I made a tool that makes React faster automatically
In brief: I'm Aiden, 18, and have spent the past 2 years of high school working on Million.js, an open source React alternative with 11K stars on GitHub and hundreds of thousands of npm downloads.
Recently, I released automatic mode, which detects slow React components and automatically optimizes the reconciliation phase. It's still in beta but chugging along. It's around 70% faster than React on the JS Framework Benchmark and you can see how I did it here: https://million.dev/blog/virtual-dom
Interested? Check it out here: https://million.dev
- What are your thoughts on Preact Signals? I've thoroughly enjoyed it but am now thinking of dropping it because it results in a fat stack of issues in the Next 13 server logs and because Dan Abramov himself advised against it. Nothing's broken, but it doesn't feel like it makes sense to use anymore
Either that or add signals to the library itself. I don't get why it isn't in there when a ton of React's competitors are either using signal-like behavior or forgoing the clearly-obsolete way React handles its VDOM. When a high schooler can create something to make the library faster, you know that the core team is either prioritizing the wrong things or someone managing React is too prideful to admit that a lot of what worked a decade ago doesn't work today.
What are some alternatives?
React - The library for web and native user interfaces.
snabbdom - A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
Preact - βοΈ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
foal - Full-featured Node.js framework π
Backbone.js - Give your JS App some Backbone with Models, Views, Collections, and Events
finity - A finite state machine library for Node.js and the browser with a friendly configuration DSL.