Incremental DOM string
Setup
npm install --save incremental-dom-string
Usage
The string to be rendered is described with the incremental node functions, elementOpen
, elementClose
and text
. For example, the following function:
var IncrementalDOM = ; const output = IncrementalDOM; console;
where output
would correspond to
Hello world