quick-dom-node
v1.0.0
Published
Generates fake DOM node's *in Node...*. These Nodes are so fake, they will probably not work for your use case, but if they do, they will be super fast.
Readme
Quick DOM Node
Generates fake DOM node's in Node.... These Nodes are so fake, they will probably not work for your use case, but if they do, they will be super fast.
I probably shouldn't have made this package.
npm install quick-dom-nodeExample:
const { makeDOMNode } = require('quick-dom-node');
const veryFakeDOMNode = makeDOMNode({
nodeName: 'div',
});
veryFakeDOMNode.appendChild(makeDOMNode({
});