Docs
Introduction

Million.js

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

Imagine React components running at the speed of raw JavaScript.

Configure your mode ⚠️

Million.js offers two modes of operation: Automatic and Manual. Automatic mode is the default and is the easiest to use. Manual mode is more complex, but offers more control and flexibility.

You are using: Automatic Mode

Getting Started

If you're just looking into trying out Million.js, you should jump right into the Installation Guide. If you want to learn more, follow guided examples with the Tutorial.