Published
Edited
Mar 1, 2019
Importers
Insert cell
md`# Hiccup

Ref. <https://github.com/thi-ng/umbrella/tree/master/packages/hdom>`
Insert cell
hiccup = tree => {
const root = document.createElement("div");
hdom.renderOnce(tree, { root: root });
return root;
}
Insert cell
hdom = require("https://bundle.run/@thi.ng/hdom@7.1.1")
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more