Docs
Introduction

Introduction

Million.js is an extremely fast and lightweight <4kb virtual DOM that makes React up to 70% faster (opens in a new tab). By using a fine-tuned, optimized virtual DOM, Million.js reduces the overhead of React.

Imagine React components running at the speed of raw JavaScript.

Million.js makes your React applications faster automatically with auto-mode (Automatic mode) enabled. Enabling auto-mode is really easy to do, you just set up the Million compiler to handle optimizations automatically with literally one parameter, checkout Automatic Mode to set up Million.js in your project or just check out the Installation Guide.

Million.js vs. React

The following is a comprehensive demo using key-based rendering (opens in a new tab) to show how Million.js performance compares to React.


Clarifications

If you have questions or need clarity on things at this point, please feel free to ask them in the questions channel on the Discord (opens in a new tab) or checkout the FAQs