Skip to content
/ Spawn Public

The Spawn Engine is a stateless virtual DOM generator.

License

Notifications You must be signed in to change notification settings

kwehhh/Spawn

Repository files navigation

Spawn

The Spawn Engine is a stateless virtual DOM generator.

Use

  1. npm install
  2. 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

  1. npm install Install
  2. npm run demo Demo
  3. npm run playground Inspiration

About

The Spawn Engine is a stateless virtual DOM generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published