Skip to content

Commit

Permalink
docs(readme): simplify header
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Mar 12, 2022
1 parent a743442 commit 2cee25e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 47 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,21 @@
<a href="https://discord.gg/X9yFbcV2rF" target="_blank"><img src="https://img.shields.io/discord/938129049539186758?style=flat&colorA=000000&colorB=000000&label=discord&logo=discord&logoColor=ffffff" /></a>
</p>

<p align="center">
by <a href="https://github.com/aidenybai">@aidenybai</a>
</p>
<h4 align="center">
<a href="https://millionjs.org">Read the docs</a>
<span> | </span>
<a href="ttps://www.youtube.com/watch?v=28SMGi-6mNc">Explained in 1 minute</a>
<span> | </span>
<a href="https://discord.gg/X9yFbcV2rF">Join our Discord</a>
</h4>

> Hi! Aiden here, author of Million. Before you continue, I highly recommend watching the [**Million explained in 1 minute**](https://www.youtube.com/watch?v=28SMGi-6mNc) video.
>
> If you're interested in tuning into the development and future of Million, please **leave a ★** :)
>
> -Aiden ([@aidenybai](https://github.com/aidenybai))
---

## What is Million?
<br />
<br />

Million is a **lightweight (`<1kb`)** compiler-augmented Virtual DOM. It's [**_fast_**](https://millionjs.org/benchmarks)!

---

Current Virtual DOM implementations are **inadequate**—Ranging from overcomplicated to abandoned, most are unusable without sacrificing **raw performance and size**.

Million aims to fix this, providing a **library-agnostic** Virtual DOM to serve as the core for Javascript libraries that focus on pre**compilation** and static analysis.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"canvas-confetti": "^1.5.1",
"chart.js": "^3.7.1",
"esbuild": "^0.14.25",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"export-size": "^0.5.2",
"fsxx": "^0.0.5",
Expand Down
63 changes: 29 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cee25e

Please sign in to comment.