@thi.ng/rdom

Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible. github

YOUTUBE mXp92s_VP40 thi.ng/umbrella livestream #1 (take 2)

video – $compile

import { $compile } from "https://cdn.skypack.dev/@thi.ng/rdom";

Wiki JavaScript Snippet Runner [⇒ Static Import Snippet]:

//wiki.ralfbarkow.ch/assets/pages/js-snippet-template/importjs.html HEIGHT 256

$compile( ["div", {}, ["h1", {}, "Hello Federated Wiki"]] ).mount(document.body);

video – mount

~