Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aidenybai/million-react

⚛️ Vite starter for Million.js
https://github.com/aidenybai/million-react

compat components dom hooks jsx million preact react vdom virtual-dom

Last synced: about 3 hours ago
JSON representation

⚛️ Vite starter for Million.js

Awesome Lists containing this project

README

        

# ⚛️ [Million](https://github.com/aidenybai/million) + React

## Quick Start

The easiest way to use Million is to open it in StackBlitz:

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/aidenybai/million-react)

If you want to use it locally, you can either fork the project, or clone it directly.

```
git clone https://github.com/aidenybai/million-react.git
cd million-react
npm install
```

Once you've done that, open `src/App.jsx` and start tinkering!

## Usage

This is a Vite project. There are two ways to run it:

- `npm run dev`: runs the project in development mode.
- `npm run build`: bundles the project for production.

## License

Million is [MIT-licensed](https://github.com/aidenybai/million/blob/main/LICENSE) open-source software and [research project](https://arxiv.org/abs/2202.08409) by [Aiden Bai](https://aidenybai.com).