0.1.0-alpha.1 • Published 3 years ago
@unfocused/spawn v0.1.0-alpha.1
Spawn
The Spawn Engine is a stateless virtual DOM generator.
Use
- npm install
- Import module in your app e.g.
import Spawn, { Mount } from '@unfocused/spawn';
const el = Spawn('Your Spawn is ready.');
Mount(document.body, el);
Contribute
npm install
Installnpm run demo
Demonpm run playground
Inspiration
0.1.0-alpha.1
3 years ago
0.1.0-alpha.0
3 years ago