aidenybai / mst-database

🧐 MST Magnet Research Journal (NEW)

Home Page:mst-database.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Please note this is a very early stage demonstration of compatibility with the React 18. ⚠️

Limitations exist, please proceed with caution. Not everything will work out of the box, as this project is just a proof of concept. Don't use this in production, you have been warned!

Million/React compatibility demo

This project allows you leverage Million's Virtual DOM while writing React code. Get faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides.

Refer to the Million documentation to understand the internals and the React beta documentation to reference the API

Quick Start

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

Open in StackBlitz

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-compat
cd million-react-compat
npm install
npm run dev

Once you've done that, open script.jsx and start tinkering!

Usage

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

  • npm dev: runs the project in development mode.
  • npm build: bundles the project for production.

Limitations

View the commented out exports in:

About

🧐 MST Magnet Research Journal (NEW)

mst-database.vercel.app


Languages

Language:JavaScript 85.7%Language:HTML 14.3%