Platform
Resources
Pricing
Sign in
Contact us
Dennis Heihoff
Workspace
Fork
Published
By
Dennis Heihoff
Edited
Mar 1, 2019
Fork of
Hello, Hiccup
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.
Try it for free
Learn more
Compare fork
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hiccup
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hdom
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML