Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aidenybai/million-react
- Owner: aidenybai
- Archived: true
- Created: 2022-05-31T17:08:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T19:42:28.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T06:40:15.293Z (4 months ago)
- Topics: compat, components, dom, hooks, jsx, million, preact, react, vdom, virtual-dom
- Language: CSS
- Homepage: https://stackblitz.com/github/aidenybai/million-react
- Size: 151 KB
- Stars: 424
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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).