dominator.core
patch-dom
(patch-dom elem)
Given a Javascript element elem returns a function that takes markup and renders to the DOM at elem.
render
(render sig elem)
Takes a signal of markup and a Javascript element, and patches the DOM with each animation frame (as needed).