Minimal bindings to a virtual DOM system. Useful for creating libraries for HTML and SVG.
The build version of virtual-dom is committed to src/Native/VirtualDom.js
. To rebuild this file with a newer version of virtual-dom:
- Change the
virtual-dom
version number inpackage.json
. - Run
npm install
- Run
./rebuild.sh
And you should see changes in src/Native/VirtualDom.js
.