Leave a 🌟 on GitHub →
Million
DocsResearchBenchmarks
/
GitHubDiscordDiscord
/
  • Start Here
  • Installation
  • React
    • useList
    • useDelta
  • Virtual DOM
    • Learn Virtual DOM
    • Basics
      • m()
      • render()
    • Advanced
      • createElement()
      • patch()
      • hydrate()
      • Flags
      • Deltas
      • startTransition()
      • batch()
      • thunk()
    • Extra
      • HTML Helpers
      • morph()
      • router()
      • Shared Utilities
  • Tooling
    • Using JSX
    • SSG/SSR
  • Docs
    • Start Here
    • Installation
    • React
      • useList
      • useDelta
    • Virtual DOM
      • Learn Virtual DOM
      • Basics
        • m()
        • render()
      • Advanced
        • createElement()
        • patch()
        • hydrate()
        • Flags
        • Deltas
        • startTransition()
        • batch()
        • thunk()
      • Extra
        • HTML Helpers
        • morph()
        • router()
        • Shared Utilities
    • Tooling
      • Using JSX
      • SSG/SSR
  • Research
    • Research
  • Benchmarks
    • Benchmarks
    • Test it yourself
Question? Give us feedback →Edit this page on GitHub →
Become a sponsor 💝 →
Docs
Installation

Installation

Inside your project directory, run the following command:

npm install million
pnpm install million
yarn add million

If you want to just play around with Million, you can use a Skypack import:

<script type="module">
  import { m, render } from 'https://cdn.skypack.dev/million';

  // your code here
</script>
Last updated on July 28, 2022
Start Here
useList

Powered By

Million is MIT-licensed open-source software and research project by Aiden Bai